How to remove white gap after form submission on a website?

Hello,

We noticed that once someone uses the default contact form on our website then after the form is submitted, a white gap appears. Could someone please tell us how to remove this white space? Image below. Link: https://swish.eu/pages/contact

Thank you very much!

1 Like

Hi @swishlatvija ,

This is Richard from PageFly - Landing page builder, I’d like to suggest this idea:
Step 1: Go to Online Store->Theme->Edit code
Step 2: Asset->/section-contact-form.css->paste below code at the bottom of the file:

.contact .form__message {
    margin-top: 0;
}

I hope it would help you
Best regards,

Richard | PageFly

1 Like