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!
Removing white space on feature/home page in EcoPro
Started by
eatmexico
, Jul 02 2010 04:57 PM
4 replies to this topic
#1
Posted 02 July 2010 - 04:57 PM
#2
Posted 02 July 2010 - 05:19 PM
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.
#3
Posted 04 July 2010 - 02:42 PM
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.
#4
Posted 04 July 2010 - 03:28 PM
Hey, glad it worked out.
Regarding the feature issue, in custom css, perhaps you could add this to the end:
The feature height is currently set to 330 pixels.
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.
#5
Posted 23 July 2010 - 05:35 PM
That worked perfectly -- thank you again!










