Reply To: Match Section and regular page formatting

Home Forums Support Match Section and regular page formatting Reply To: Match Section and regular page formatting

Home Forums Support Match Section and regular page formatting Reply To: Match Section and regular page formatting

#237417
Tom
Lead Developer
Lead Developer

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;
}