Hi, In the template by default I need to change the quantity of digits in consult products by category... show 5 digits only and I need six or more. See picture or links. Thanks
smartcenter.cl/AbanteCart/index.php?rt=product/category&path=65_68
I found the solutions...
In style.css change width from 221px to 230px
.thumbnail .pricetag {
width: 230px;
height: 37px;
background: url(../image/pricetag.png) no-repeat right 0;
margin-top: 8px;
position: relative;
padding: 9px 9px 9px 40px;
margin-bottom: 20px
Good post. Thank you for posting your solution.