View Single Post
  #45  
Old 11-07-2010, 03:19 AM
 
PhilJ PhilJ is offline
 

X-Guru
  
Join Date: Nov 2002
Posts: 4,094
 

Default Re: X-Cart Smart Template v4.4.x

Sure, skin/smart_template/custom/css/common.css
Code:
ul.row_view li .product_block .thumbcol { float: left; width: 135px; /* Image Column Width */ } ul.row_view li .product_block .thumbcol img { margin: 0 0 10px 0; width: auto; height: auto; /* Thumbnail Size */ } ul.row_view li .product_block p.desc { margin-top: 0; margin-left: 135px; /* Image Column Width */ } ul.row_view li .product_block p.details { margin-left: 135px; /* Image Column Width */ }
__________________
xcartmods.co.uk
Reply With Quote