Contact forum

Hi Colorlib

I was wondering if you could help me take some elements out of my contact forum?

There is a large space in the top for adresse and emails and so on, the area marked red on the attached picture. Can you remove the section as it is unnecessary and takes up room?

my site is wwww.ferdapressan.is

Best wishes.
Oddny

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

Hi Colorlib

Thanks for the code, but I’m sorry to say it did not work.

I still have it in my custom CSS - the site is ferdapressan.is

Best regards.
Oddny

Hello Oddny,

You should add important to the style to overwrite the other style, my mistake:

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

Should do the trick.
Regards

Thad did the trick! Thank you so much for your help! :slight_smile:

Best.
Oddny