Home>Support>Remove white space between menu and next row

Remove white space between menu and next row

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

  1. 7 years, 5 months ago Alex S
    Hi, I Work Here

    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. 7 years, 5 months ago JenLKline

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

    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.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More