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 padding from top of page

10 years ago · Last reply by Andrew Misplon 10 years ago

Hi,

I want to remove the padding at the top of each page.

In this page specifically http://flowingmotion.ca/test-page/ I’m trying to remove that white space between the slider and the opt-in form.

Thanks so much for your help.

URL: http://flowingmotion.ca/test-page

This is our free support forum. Replies can take several days.

Need fast email support? Get SiteOrigin Premium

Replies

5
  1. Andrew Misplon Staff 10 years, 11 months ago

    Hi vvanhees

    Doing this globally won’t work for your site (as far as I can tell). If you can let me know which pages you’d like this done on, we can try send through some specific CSS to help out.

    Thanks

  2. vvanhees 10 years, 11 months ago

    Hey Andrew,

    I’d like to remove it from this page http://flowingmotion.ca/test-page/ which is currently a private page. But I’d eventually like to remove it from all page.

    Thank you!

  3. Andrew Misplon Staff 10 years, 11 months ago

    Thanks.

    Top padding from all pages would look like this:

    #main { padding-top: 0; }

    Insert that under Appearance > Custom CSS.

    If you can tell me the page ID of your test page I can help with removing the padding on that page. When you edit your Test page there should be a single number in the URL, please let me know what that is.

  4. vvanhees 10 years, 11 months ago

    Page ID is 823. Thanks Andrew!

    It would be great to know the code I can use with the page ID for specific pages.

  5. Andrew Misplon Staff 10 years, 11 months ago

    So that would look like this:

    .page-id-823 #main { padding-top: 0; }

    If you inspect the source on that page you’ll find a body tag near the top, the page class is in that tag.

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