Contact Form 7 Archives - Eduardo Villão - EN https://eduardovillao.me/category/contact-form-7/ WordPress Developer Mon, 16 Jan 2023 18:27:54 +0000 en-US hourly 1 https://wordpress.org/?v=6.7.2 https://eduardovillao.me/wp-content/uploads/2021/05/coding.png Contact Form 7 Archives - Eduardo Villão - EN https://eduardovillao.me/category/contact-form-7/ 32 32 How to center the Contact Form 7 submit button https://eduardovillao.me/how-to-center-the-contact-form-7-submit-button/ https://eduardovillao.me/how-to-center-the-contact-form-7-submit-button/#comments Mon, 11 Nov 2019 15:20:16 +0000 https://eduardovillao.me/?p=51 This is a very common question of WordPress users: how to centralize the contact form 7 submit button? It’s easier than you think. I’ll show below. How to center the Contact Form 7 submit button To do this is very simple. You just need to create your contact form the way you want it, and […]

The post How to center the Contact Form 7 submit button appeared first on Eduardo Villão - EN.

]]>
This is a very common question of WordPress users: how to centralize the contact form 7 submit button?

It’s easier than you think. I’ll show below.

How to center the Contact Form 7 submit button

To do this is very simple. You just need to create your contact form the way you want it, and add the following code in your CSS editor or theme editor:

input.wpcf7-form-control.wpcf7-submit {
   display: block;
   margin: 0 auto;
}

Ready, the result will be this:

How to center the Contact Form 7 submit button

I hope that you enjoyed.

Do you like the post? Please, leave your comment!

The post How to center the Contact Form 7 submit button appeared first on Eduardo Villão - EN.

]]>
https://eduardovillao.me/how-to-center-the-contact-form-7-submit-button/feed/ 31 51