Archived topic
Remove the space between slider and footer on all pages
5 replies · Started by Jenifer Bain on July 15, 2015
I would like to remove the white space between the meta slider and the footer. I found the css to do it on the home page but I want to do that on all the pages of the site. Could you send me the css to do that please. My site url is http://65c.97b.myftpupload.com/
That space is actually for your page content - if we remove it on all pages, none of your actual content will show up (except for the slideshow).
Is every single page on your site using the metaslider only?
Yes, for now I am only going to use the meta slider on each page for the content. I'll remove the css if I want to add content below the slider.
In that case, this should do it:
#page.container {
display: none;
}
Thank you. It worked.
Great :)
