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.

Remove White Space

Resolved 2 replies generalquestion
8 years ago · Last reply by Eric Admati 8 years ago

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.

Need fast email support? Get SiteOrigin Premium

Replies

2
  1. Alex S Staff 8 years, 10 months ago

    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. Eric Admati 8 years, 9 months ago

    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.

Have a different question or issue?

Start New Thread