View Single Post
  #828  
Old 02-12-2015, 01:29 PM
 
PhilJ PhilJ is offline
 

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

Default Re: X-Cart - reBOOT - Responsive Template

Quote:
I have images for all my categories. The dimensions are 200px wide and 140px high. Reboot wants to squish the images when the screen size changes, how can I lock the ratio or the size so that they don't look distorted when the screen size changes?
You can adjust the subcategory columns in skin/reboot/customer/main/subcategories_t.tpl

Replace...
Code:
col-md-3 col-sm-3 col-xs-6
With, eg...
Code:
col-md-4 col-sm-4 col-xs-6
You can also adjust the subcategory block height in the template settings > Misc > "Subcategory column block height (pixels)"

Or, if you don't want responsive images (not recommend) in skin/reboot/css/reboot.css comment out...
Code:
img { max-width: 100%; }
__________________
xcartmods.co.uk
Reply With Quote