The Simply Kerrin Zen Cart template has been designed with a fluid width of 90%. This means that the width of the store front will grow (or shrink) depending on the size and resolution of the monitor that your customers are using to view your store.
With large, wide screen monitors being far more affordable today, many of your customers may be looking at a version of your store that is just too wide for comfortable viewing and reading. Here we are going to show how to change this template to a fixed width (in pixels) using the CSS file.

To change the Simply Kerrin Zen Cart template to a fixed width design:
- Open the stylesheet.css file located in the /includes/templates/simply_kerrin/css/ directory.
- Find this section of code:
#mainWrapper { text-align: left; width: 90%; vertical-align: top; border-bottom: 1px solid #677f39; } - and modify the width as required (A width of 1000px would suit most stores):
#mainWrapper { text-align: left; width: 1000px; vertical-align: top; border-bottom: 1px solid #677f39; } - Save the modified stylesheet.css file to the same folder, ie the /includes/templates/simply_kerrin/css/ folder.
|
|||||||




#1 by Giselle Thayer on 24 July, 2011 - 10:59 pm
Thank you so much for this information! I am in the midst of changing shopping carts (from godaddy to zencart).