Remove space in Contact Us section

Hi,

We removed the address and phone section above the contact us form. Is there a way we can get rid of the big white space?

Hello there,

I hope you are doing well today.

How did you go about removing the items? Was it with CSS?
It may be better to edit the contact form it self to ensure the there is not any space.

Could you please provide a link to your website so that I can inspect it?

Best Regards,
Support

Sure! No CSS changes, I just deleted the sections in the customizer. https://eskuvomarketing.com

Hello there,

You can use the following CSS code to shift the items up more by going to Appearance > Customize > Additional CSS and pasting it there.


#contact-us .section-header {
    margin-bottom: 1px !important;
}

Best Regards,
Support