Tagged: css enfold
Hey guys,
I want to center align the “submit” button on the page instead of left align which is the default setting. How do I change that in my quick CSS?
Scroll all the way to the bottom to see what I’m talking about. Link to website: http://footballxo.com/
Thanks!
Hey aminomar!
Try this out,
.avia_ajax_form .button { display: block !important; margin: 0px auto !important; }
Best regards,
Elliott
Great! It worked, thanks.