Jump to content

[SOLVED]Price showes wrong in product box


Recommended Posts

OK I just found this..
in your global.css search for
/* product-list.tpl */

After that in around line 1582 you will find

ul#product_list li .price{
   display: block;
   font-size: 1.5em;
   margin-bottom: 0.2em;
}



change with this

ul#product_list li .price{
   display: block;
   font-size: 1.5em;
   margin-bottom: 0.2em;
   margin-right: 3.5em;
}



margin-right: 3.5em;

play with 3.5 or 2.5 until you get it

Link to comment
Share on other sites

×
×
  • Create New...