View Single Post
  #84  
Old 06-06-2013, 01:39 AM
 
PhilJ PhilJ is offline
 

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

Default Re: X-Cart - reBOOT - Responsive Template

skin/reboot/css/reboot.css

Code:
.thumb_div_medium { position: relative; margin: 0 auto; width: 127px; height: 127px; }

If you don't want the thumbnails to be confined to a specific size, in skin/reboot/customer/main/products_t.tpl

Replace...
Code:
<a href="{$url}" class="unify thumb_size_medium">
With...
Code:
<a href="{$url}">
__________________
xcartmods.co.uk
Reply With Quote