Home>Support>Remove White Space

Remove White Space

By Eric Admati, 8 years ago. Last reply by Eric Admati, 8 years ago.
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].

Working on http://tinyurl.com/mduppfd. I would like to remove the white space above the top hero image.
I found some CSS, which I added to the SiteOrigin CSS plugin to do that, but it didn’t work:

/* Home */
.home.siteorigin-panels-home .site-content, .page-template-home-panels .site-content {
padding-top: 0;
padding-bottom: 0;
}

Can someone tell me what I need to do to remove it?

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

    Hi Eric,

    This spacing is being added by your theme and you can remove it with some custom CSS. If you navigate to AppearanceCustom CSS, you’ll get our custom CSS editor. Please add the following CSS:

    .home .site-content > .container {
        padding-top: 0;
    }
    

    You might also need to install the SiteOrigin CSS Editor.

  2. 8 years, 2 months ago Eric Admati

    Hi Alex,

    Thank you, that worked.

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