I'm working on this page and trying to center the Add to Cart (submit) button within it's parent div. I've tried various methods but can't get it to move at all.
I've tried form.cart { margin:auto; text-align:center; }
and .single_add_to_cart_button { margin:auto; text-align:center; }
, neither of which do anything.
Thanks in advance for any advice.