Lessen margin gap on custom contact us page

Hello! Looking for some help in lessening the margins on our contact us page between the text and the fillable form. This contact us page was made custom by a third-party developer who is no longer in the industry. The top text and form are a part of the page context and the bottom text is the RICH TEXT option in the empire theme that I added on later. I can change that if its easier just to have everything on the same page. Thanks in advance!

Website: doorhousehfx.com

HI @DoorHouse

This is Richard from PageFly - Landing Page Builder App

You can try this code by following these steps:

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file theme.css

Step 3: Paste the below code at bottom of the file → Save

.contact-page-content {

margin-top: -30px !important;

margin-bottom: -40px !important;

}

Hope that my solution works for you.

Best regards,

Richard | PageFly

That worked great, thank you Richard!

1 Like

You are welcome @DoorHouse :blush: