Remove white space
Hi,
Recently purchased Vantage premium, and just want to say its been great working with it and pagebuilder. I do have an issue however. Not all of my pages are removing the white space between the top of the footer and the bottom of the page. It works on the Home page, but, I want it on all the pages. I have added the appropriate code to the custom css file after finding previous posts on this.
http://www.techspedient.com (Home Page working correctly)
http://www.techspedient.com/is-this-you/ (not working)
Thanks!
This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
Replies
3Hi techspedient
Glad to hear you’ve been making progress. In your CSS you’ve said:
That targets the #main div but only on the home page. So to make that padding-bottom: 0; apply to the #main div on all pages, just remove the .home class. Final result:
.home #main { padding-top: 0; padding-bottom: 0; }Hope that helps.
Thank you! Worked perfectly
Super, glad that did the trick.
All the best.
Replies on this thread are closed.
Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.