This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

Remove white space

Resolved 3 replies premiumthemetheme-vantage
11 years ago · Last reply by Andrew Misplon 11 years ago

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.

Need fast email support? Get SiteOrigin Premium

Replies

3
  1. Andrew Misplon Staff 11 years, 20 days ago

    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. techspedient 11 years, 20 days ago

    Thank you! Worked perfectly

  3. Andrew Misplon Staff 11 years, 18 days ago

    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.

Have a different question or issue?

Start New Thread