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.