Home>Support>Remove white space

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!

URL: http://www.techspedient.com/is-this-you/

This is our free support forum. Replies can take several days. If you need fast email support, please purchase a SiteOrigin Premium license.

  1. 9 years, 7 months ago Andrew Misplon
    Hi, I Work Here

    Hi techspedient

    Glad to hear you’ve been making progress. In your CSS you’ve said:

    .home #main

    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.

  2. 9 years, 7 months ago techspedient

    Thank you! Worked perfectly

  3. 9 years, 7 months ago Andrew Misplon
    Hi, I Work Here

    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.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More