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 between menu and next row

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

Hi,

I know that this has been addressed many times before, but I’m struggling to remove the white space between my menu and my next row.

See www.sprayandsealsolutions.com

Theme Panoramic

Thanks for your help!

Jen

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

Need fast email support? Get SiteOrigin Premium

Replies

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

    Hi JenLKline

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

    .entry-content .panel-grid:first-of-type  .siteorigin-panels-stretch {
    	margin-top: -1.5em;
    }
    .site-content {
    	margin-top: 0 !important;
    }

    How does that look?

    You might also need to install the SiteOrigin CSS Editor.

  2. JenLKline 8 years, 10 months ago

    This helped a lot. But there is still a sliver of white between the image and the menu. Is there a way to get rid of that? Thanks so much for your help!

  3. Alex S Staff 8 years, 10 months ago

    Hi JenLKline,

    Please try replacing the previously provided CSS with:

    .home .entry-content, .home .site-content {
    	margin-top: 0 !important;
    }

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