{"id":51,"date":"2019-11-11T12:20:16","date_gmt":"2019-11-11T15:20:16","guid":{"rendered":"https:\/\/eduardovillao.me\/?p=51"},"modified":"2023-01-16T15:27:54","modified_gmt":"2023-01-16T18:27:54","slug":"how-to-center-the-contact-form-7-submit-button","status":"publish","type":"post","link":"https:\/\/eduardovillao.me\/how-to-center-the-contact-form-7-submit-button\/","title":{"rendered":"How to center the Contact Form 7 submit button"},"content":{"rendered":"\n
This is a very common question of WordPress users: how to centralize the contact form 7 submit button?<\/p>\n\n\n\n
It\u2019s easier than you think. I\u2019ll show below.<\/p>\n\n\n\n
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:<\/p>\n\n\n\n
input.wpcf7-form-control.wpcf7-submit {\n display: block;\n margin: 0 auto;\n}<\/pre>\n\n\n\nReady, the result will be this:<\/p>\n\n\n\n