How to fix form app space issue under DAWN theme footer on web display?

The forms app works great on mobile but takes up a tonne of space under the footer on web display using the DAWN theme. Is there a way to fix this? my website is www.threethousandclo.com

Hi @Nate3000

You can try to add this CSS code before tag of your theme.liquid file to check if it can solve your issue


still no fix

Hi @Dan-From-Ryviu do you have any other suggestions?

Hi @Nate3000

You can try this CSS code to check if it can solve your issue

@media screen and (min-width: 750px) {
.spaced-section:last-child {
    max-height: 300px;
}
}