clear content space under slider
This support request was posted in BBQ by jgrantcgm
- jgrantcgm August 28, 2014 at 9:11 pm
On the website http://www.boulevardbistrony.com, I am trying to eliminate the content area are under the slider. Only for the home page. In the style sheet I added #container {
border-top: medium none;
height: 427px;
}.Now the slider is on top of the footer. Is there another way of eliminating the white space (content area) only for the home page?
Juanfra Aldasoro August 28, 2014 at 9:16 pmHello,
Thanks for writing. I cannot see your site, because there’s a “coming soon” page instead.
Is there any way that I can check your site?
Best,
Juan.Juanfra Aldasoro August 28, 2014 at 10:42 pmHi,
There’s no need to set up a fixed height. You just need to remove the padding and margins for the classes between the content and footer. And also, to set styles for the home page only you can use the body selector with the body class .home
That would be:
body.home #container{height:auto; padding-bottom: 0; } body.home .flexslider{ margin: 0 auto; } body.home #footer{ margin-top:0; }
Best,
Juan.
You must be logged in to reply to this topic.