eatmexico 0 Report post Posted July 2, 2010 Hi there: I apologize in advance if this is a dumb question, but I can't seem to figure out how to get rid of the white space on my homepage, located directly below the feature boxes. (It's below the area that says "Why food tours") URL is here: http://www.eatmexico.com. I'm not really sure what that area is called, so I don't know how to remove it. Can you help? One more question too -- the photos in our feature carousel are kind of squished into the bottom edge of our feature box. Is there any way to move them up, so they've got a nice border on all sides? Thanks so much! Share this post Link to post Share on other sites
wp101 0 Report post Posted July 2, 2010 Hey Lesley, To remove some of the white space, you can go to Theme options -> custom code and in the box where it says CSS Rules, append to the end: .texture {min-height: 200px} .contentcontainer {min-height:200px} Change the size to what suits you best. Share this post Link to post Share on other sites
eatmexico 0 Report post Posted July 4, 2010 Thank you so much! That fixed the issue. Any ideas on how to fix the photos on our feature/homepage so there's space on all sides, and they don't look like they're cut off at the bottom? Thanks again. Share this post Link to post Share on other sites
wp101 0 Report post Posted July 4, 2010 Hey, glad it worked out. Regarding the feature issue, in custom css, perhaps you could add this to the end: #feature { height:370px; } The feature height is currently set to 330 pixels. Share this post Link to post Share on other sites
eatmexico 0 Report post Posted July 23, 2010 That worked perfectly -- thank you again! Share this post Link to post Share on other sites