Home>Support>How to remove white space between Masthead and first row ?

How to remove white space between Masthead and first row ?

Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].

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. If you need fast email support, please purchase a SiteOrigin Premium license.

  1. 8 years, 6 months ago Alex S
    Hi, I Work Here

    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.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More