Aligning contact form 7 submit button at the center

Hello,

I’d like to align contact form 7 submit button at the center. I’ve used the following css codes. Nothing worked out. Can you give me some advice on this?

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

Thank you.

Hi There,

Thanks for the details!

I can see there is some issue with the HTML of contact for 7.
I have added few CSS to the column which is working fine now!

Thanks

Hi basanta,

It works perfectly. Thank you so much.

You’re more than welcome, glad we could help.

Cheers!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.