Archived topic
Match Section and regular page formatting
3 replies · Started by Steig on October 20, 2016
Tom,
I'm comparing building a page without sections to one with sections. I can't seem to match the spacing between the top navigation bar and the body of the page.
A "regular" page has a grey strip between the two. The page created with sections doesn't. Even when the box type in layout is set to contained.
How can I make the two match perfectly?
Hi there,
Interesting point, the margin is removed intentionally, but mainly geared towards full width sections.
If sections are contained, maybe the space should remain.
I'll do some thinking on that.
For now, this CSS should help you:
.sections-no-sidebars.generate-sections-enabled.separate-containers #main.site-main {
margin-top: 20px;
}
Thank you!
You're welcome :)