Remove white space from App section

Remove white space from App section

seandrx
Tourist
7 0 1

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:

<style>
.section:not(.section--full-width) {
margin-top: 30px !important;
margin-bottom: 30px !important;
}
</style>

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.

seandrx_0-1721935239118.png

 

Replies 0 (0)