Archived topic
No space between content and footers
3 replies · Started by Anonymous on October 8, 2014
Hey Tom,
I'm now having trouble with a space of about 34 pixels between the slider that I have placed in the header, and the footer widgets below. I have tried all kinds of CSS and even copy-pasted the index.php, changed it to home.php so that it would take precedence, and then started deleting parts of that to get rid of the space.
What can I do to make it so that my footer widgets touch that banner.
Thanks,
Tom
Hi Tom,
Can you link me to the site? That way I can inspect the CSS and provide you with some CSS that will remove the space :)
http://www.heightsinterns.com Sorry. I thought since I filled that out on the reply, that information was included for you. My bad.
No worries :)
That space in the container of the website.
Since you don't need it on the homepage, you can add this CSS:
.home .container {
display: none;
}
That should do it.