Change Home Featured to 3 Across

Homepage Community Forums Adapt Theme Support Change Home Featured to 3 Across

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #909
    stride
    Customer

      I would like to change the theme to have only 3 “Home Feature” areas instead of 4. I am not sure how to do this. If you could give me some general instructions I could probably figure it out. Thanks very much!

      #910
      Wes
      Moderator

        You can add your content to the 3 footer widgets, (leaving the 4th widget area blank of course).

        In your style.css file look for the footer-widgets-1, 2 and 3 and you can replace them with the code below, as a start –

        
        .footer-widgets-1 {
        	float: left;
        	margin: 0 30px 0 0;
        	width: 300px;
        }
        
        .footer-widgets-2 {
        	float: left;
        	margin: 0 30px 0 0;
        	width: 300px;
        }
        
        .footer-widgets-3 {
        	float: right;
        	margin: 0;
        	width: 300px;
        }
        

        It should be on or around line 1777 of your style.css file (if you haven’t already made changes to it.)

        Let me know if that works

        #912
        stride
        Customer

          Thanks for your quick reply. I want to change the home-featured areas but I used the same CSS that you gave me above. I have most of it working but for some reason the photos are not the right size. I added a new photo size in functions.php and when I configure the widget is shows the new size (300 x 200) in the widget. But – when I look at the page the photos still seem small. Could you please look at the website? http://www.bohochicyoga.com. I am close I think but something isn’t quite right.

          Thank you so much!

          #913
          Wes
          Moderator

            Whoops! I saw “3 instead of 4” and I immediately thought of footer-widgets when I replied, sorry about that (its been a long day full of multi-tasking).

            To get the images to all be the same size, download and run a plugin called Regenerate Thumbnails – http://wordpress.org/extend/plugins/regenerate-thumbnails/ and it should regenerate all of the images at the size you have selected in the widget.

          Viewing 4 posts - 1 through 4 (of 4 total)
          • You must be logged in to reply to this topic.