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.
Need fast email support? Get SiteOrigin Premium
Replies
3Hi 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.
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!
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.