I’m trying to center the submit button on the form at the bottom of this page: High Lonesome Bird Tours – High Lonesome Bird Tours
And am not having any luck after trying several options. Any help? Thanks!
I’m trying to center the submit button on the form at the bottom of this page: High Lonesome Bird Tours – High Lonesome Bird Tours
And am not having any luck after trying several options. Any help? Thanks!
Hi Mollie. Try this CSS:
body .gform_wrapper .gform_footer {
margin: 0 auto;
text-align: center;
}
You can add this CSS to your theme (or child theme) stylesheet or via the Appearance Customizer (Appearance > Customize > Additional CSS).
When I applied that to your form, the submit button looked like this:
If you have any other questions, please let us know.