As pictured, I have a strange white strip between two sections on my contact page.
Section 1 is a Rich Text section, section 2 is an App section with a custom form built in.
I’ve tried an approach of putting the following code in the theme.liquid:
.section:not(.section–full-width) {
margin-top: 30px !important;
margin-bottom: 30px !important;
}
But this only changed all other sections, not this app one. Very strange.
Is there any way to remove the ‘header’ if you will of this section? I am using the Dawn theme.
