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.

How to remove white space between Masthead and first row ?

9 years ago · Last reply by Alex S 9 years ago

I want to remove the white space but when I’m using this snippet –

#content {

padding-top: 0;

margin-top: -30px;

}

Tittle of other pages goes underneath Masthead.

I think I’m doing it wrong, Kindly help !

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

Need fast email support? Get SiteOrigin Premium

Replies

1
  1. Alex S Staff 9 years, 1 month ago

    Hi Manoj,

    The issue here is the margin-top applying a negative margin – it’s not needed and is moving the content below the masthead.

    Please navigate to AppearanceCustom CSS and add the following CSS:

    #content.site-main {
        padding-top: 0;
    }

    You might also need to install the SiteOrigin CSS Editor.

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