I want to center the Add to Cart button (or in my case, since I'm in showroom mode, it says "Contact Us" instead of "Add to Cart") when viewing an individual product. I'm using 1.3.9c.
I found the following in my stylesheet.css file:
I tried commenting out the float:right line, and it just makes the button stretch across the whole screen. Any help or thoughts from a CSS whiz out there? Am I even looking in the right file?Code:/*Shopping Cart Display*/ #cartAdd { float: right; text-align: center; margin: 1em; border: 1px solid #000000; padding: 1em; }




