
Originally Posted by
droidwork
Not sure if this problem i'm facing is from your template. I would like to know can i shift the whole add to cart box and attributes to the left instead of the right? Some attributes are too long and will go to the next line.
http://fashiontinkz.com/index.php?ma...roducts_id=257
This is controlled by the product_info.css that is not part of my template. Simply change float:right; to float:left;
Code:
#buybox {
margin:0;
padding:3px;
width:45%;
text-align:center;
float:right;
}
Bookmarks