newbie question, I tried to use the free template here http://www.zen-cart.com/index.php?ma...roducts_id=413. It is a fluid/full width template, is there an easy way to change it to fixed width say 750px or 850px?
Thanks
newbie question, I tried to use the free template here http://www.zen-cart.com/index.php?ma...roducts_id=413. It is a fluid/full width template, is there an easy way to change it to fixed width say 750px or 850px?
Thanks
Well the best way to do it is in the stylesheet.css
Use the Developer Tool for firefox to view the different elements in your layout by right-click, web developer, css, view style information.
In this case, you'll probably find that #mainWrapper is set to 100% in the stylesheet. Change the 100% to the number of px (ex. - 950px).
thanks both of you, very helpful!