customize and align contact section form

hi,

I’m was able to delete left pane with home phone, email and address by customising CSS with

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

Now I’m looking for to center the form box with the page. how can I reference it by customizing CSS as well?

Thanks!

Hey there

Please always include link to your question in the post

yes, sure: https://martalisboaepedroguimaraes.com/

thanks in advance for your help

hey there

Please add this CSS in appearance - customize - additional CSS

.contact-section .col-md-8 {
margin: 0 auto;
float: none;
}
.contact-section .col-md-4 {
display: none;
}

Thanks!
Colorlib Support Team