Jump to content
Sign in to follow this  
eatmexico

Removing white space on feature/home page in EcoPro

Recommended Posts

eatmexico

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

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

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

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

That worked perfectly -- thank you again!

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

Sign in to follow this  

×