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.

Replies

11
  1. Alex S Staff 9 years, 3 months ago

    Hi Andy ,

    Please open the page in the editor and scroll down to the page settings box on the right. Untick Masthead Bottom margin.

    How does that look? If there’s still spacing present, do you have a public URL where we can take a look at what’s going on? If you need to keep this URL private from other users, just select “Private Reply” on the bottom right of the comment box.

  2. Andy Tay 9 years, 3 months ago

    Hi alex,

    In my page settings area. It doesn’t say “Masthead Bottom margin”. It says “Header Bottom Margin” and it was unticked a while ago and same with every other page made and the blank space area is still there.

  3. Andy Tay 9 years, 3 months ago

    and i’ve tried almost every CSS code that was posted by everyone on all the posts concerning this topic aswell and nothing changes.

  4. Alex S Staff 9 years, 3 months ago

    Hi Andy,

    Do you have a public URL where we can take a look at what’s going on? If you need to keep this URL private from other users, just select “Private Reply” on the bottom right of the comment box.

  5. Andy Tay Private 9 years, 3 months ago

    This is a private message.

  6. Alex S Staff 9 years, 3 months ago

    Hi Andy,

    Ah. Sorry, I presumed incorrectly about the theme you were using.

    The spacing is being added by your theme. You can remove it on that page by adding some custom CSS. If you navigate to AppearanceCustom CSS, you’ll get our custom CSS editor. Just add the following code.

    .page-template-home-panels .site-content {
    	padding-top: 0;
    }

    You might also need to install the SiteOrigin CSS Editor.

  7. Andy Tay Private 9 years, 3 months ago

    This is a private message.

  8. Alex S Staff 9 years, 3 months ago

    Hi Andy,

    Please replace the previously provided CSS with the following CSS:

    .site-content, .site-content > .container {
    	padding-top: 0 !important;
    }
  9. Andy Tay Private 9 years, 3 months ago

    This is a private message.

  10. Alex S Private Staff 9 years, 3 months ago

    This is a private message.

  11. Andy Tay 9 years, 3 months ago

    Awesome! It worked! Thank you Alex!

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