AbanteCart Community
Shopping Cart Operations => Support => Topic started by: homeydclown on May 20, 2015, 07:27:44 PM
-
I need to make the price box smaller, it is just too long and there is too much wasted space. What line in the code can I change the length of this box? Thank you for the help, I really appreciate it.
(http://i1291.photobucket.com/albums/b543/musiccisum2001/pricebox2_zpsiauzu0ly.png)
-
/storefront/view/default/stylesheet/style.css line 1446
add
max-width: 250px;
to the css rule
.productpageprice { }