Remove "Address" from Contact Widget

Hi,

How do I remove the address label from the contact form?

My site is here: https://davidrader.com/

Thanks.

hey there

Hope you are having a good day and thank you for your question
Please add this CSSĀ in appearance - customize - additional CSS

section.contact-section .col-md-4 > .mb0 {
display: none;
}

Thanks!
Colorlib Support Team

Hi Noda,

That remove the address label.

How do I remove the extra space on the left so that the contact fields are centered?

Thanks!

HI

this will require some major changes like this :slight_smile:

div.wpcf7 {
margin: 0;
padding: 0;
width: 60%;
margin: 0 auto;
}
#shapely_home_contact-2 .col-md-8, #shapely_home_contact-2 .col-md-4 {
width: 100%;
}
#shapely_home_contact-2 {
text-align: center;
}
.contact-section #social ul {
text-align: center;
margin-bottom: 30px;
}