New Zenner
- Join Date:
- Jul 2007
- Location:
- Brighton,MI
- Posts:
- 14
- Plugin Contributions:
- 0
Add to cart box

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?
Views: 610
New Zenner

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?
Black Belt
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
#cartAdd {
float: right;
text-align: center;
margin: 1em;
border: 1px solid #000000;
padding: 1em;
}
New Zenner
Thanks! Just what I needed!
Tell staff why this post should be reviewed.