Center contact form

Hello,

I would like to ask you how can I center the contact form.

Thank you
Michal

Hello there,

I hope you are doing well today.

Have you added any new code to the theme ?

Best Regards,
Support

Hi,

thank you for your answer. I added this code

form.wpcf7-form {
text-align: center;
width: 80%;
margin: 100px;
}

Thanks

Hi,

Thanks for telling me.

Please remove that then reload the page then tell me if the error persists.

Take care.

Hi,

I deleted the code and now it look like this.

Hello there,

You can use the following CSS code to center the form and increase the width by going to Appearance > Customize > Additional CSS and pasting it there.


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

section.contact-section .col-md-8 {
    width: 100%;
}

Best Regards,
Support

Thank you very much :slight_smile:

You are welcome
I will close this case now, Feel free to contact us again if you have other questions Thanks!