Customize the contact forum

Hi there :slight_smile:

I was wondering if you could help me customize my contact forum? I have a blog site and I don’t need there to be an address, and it takes a lot of space, which now is just empty.
I was therefore wondering if you could help me get rid of the red marked area? (See the attached picture)

Best.
Oddny

(www.ferdapressan.is)

Hello,

Try using this CSS code to achieve this:

#contact-us .contact-us-box,
#contact-us .contact-us-social{
display: none;
}
.wpcf7{
margin-top: -100px;
}

Let me know if it’s working alright.

Regards