Our site www.viart.com site is operated by latest Viart Shop 5 with default Clear design
Topic Information
Matt
Matt
Does anybody know how to align the 3 fields on the products list page. If I use radio buttons the field that holds them is all the way to the left: http://www.st-pcs.com/products.php?category_id=35
 
If you click on the product, the fields line up better, I would like them to be in the center, at least they are not shoved over to side of the page. But one thing at a time.
 
Thanks!!
 
Matt (Guest)
Matt (Guest)
To solve your problem you are to open your 'block_products_list.html' file from the /templates/user folder and find the following strings:
 
<!-- begin properties -->
<div id="{property_block_id}" style="{property_style}">{property_name}: {property_control}</div><!-- end properties -->
 
They are on the 126 and 127 lines. And move these strings two lines up before </td>.
 
This should solve your problem.