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].
Hi,
I’m having a problem of space between the menu and the first row.
i’ve tried Inserting the following under Appearance > Custom CSS as suggested on a previus thread:
#main { padding-top: 0; }
.layout-full .no-top-padding.panel-row-style {
padding-top: 0;
}
and edited attributes of the first row to:
no-top-padding
the amount of space has reduced – but there’s still some empty space left…
Love this theme, so thanks in advance !
Hi Beer Turtle
Apologies for the late reply. We have a thread that goes into some detail about this. This might help you out – Thread: space between menu and first row
Basically that last little bit of padding is coming from the main container. There’s some custom CSS in there to remove that.
I’ve tried
/* Home */
.layout-full.home .panel-grid:first-of-type .panel-row-style.panel-row-style-full-width {
padding-top: 0;
}
as suggested in the post you advised me to read – but it still hasn’t worked.
basically i’d like there to be no space between the menu and the first row throughout the site.
Hi Beer
Have you perhaps made progress? All looks normal here now: http://www.artpimpberlin.org/. Am I checking the correct page?
Thanks :)