Quote Originally Posted by kirkzeus View Post
Hi all

I am a newbie to Zen-Cart and have stumbled across your excellent template - GREAT WORK!

I have just one question. I am using your template with the left column showing and the centre column. I want to change this on the Home page to just show the centre column only. I have, sort of, achieved this but I have a space left where the left column sideboxes were. What is the best way to remove this space on the left so that the centre column spans the whole width of the page - I'm sure that the stylesheet.css needs tweaking but I do not know what to change.

Many thanks
Here is a starting point, if there are issues with this, please reply with a link. Add this to your css:

#indexHomeBody .centerColumn {
float:left!important;
width:95%!important;
}

#indexHomeBody .navColumnTwo {display:none;}