Can anyone tell me how to get the add to cart box into the same table row as my attributes on my product information pages?
Can anyone tell me how to get the add to cart box into the same table row as my attributes on my product information pages?
Without a link to your site to be certian I can only offer a normal template solution...
Find this in your stylesheet and change the highlighted right to left
Code:#cartAdd { float: right; text-align: center; margin: 1em; border: 1px solid #000000; padding: 1em; }
Zen-Venom Get Bitten
Thanks! Just what I needed!