AbanteCart Community

Shopping Cart Operations => Support => Topic started by: homeydclown on May 20, 2015, 07:27:44 PM

Title: Smaller Price box
Post 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)
Title: Re: Smaller Price box
Post by: Basara on May 21, 2015, 02:08:04 AM
/storefront/view/default/stylesheet/style.css line 1446
add
Code: [Select]
max-width: 250px;
to the css rule
Code: [Select]
.productpageprice { }