Home>Support>How to remove space between Header and Prebuilt layout
  1. 7 years, 10 months ago Alex S
    Hi, I Work Here

    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. 7 years, 10 months ago Andy Tay

    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. 7 years, 10 months ago Andy Tay

    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. 7 years, 10 months ago Alex S
    Hi, I Work Here

    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. 7 years, 10 months ago Private Message - Andy Tay

    This is a private message.

  6. 7 years, 10 months ago Alex S
    Hi, I Work Here

    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. 7 years, 10 months ago Private Message - Andy Tay

    This is a private message.

  8. 7 years, 10 months ago Alex S
    Hi, I Work Here

    Hi Andy,

    Please replace the previously provided CSS with the following CSS:

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

    This is a private message.

  10. 7 years, 10 months ago Private Message - Alex S Hi, I Work Here

    This is a private message.

  11. 7 years, 10 months ago Andy Tay

    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.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More