Quote Originally Posted by jettrue View Post
Hi Tim,

for the issue of the page pulling to the right, you could style this with zen cart 1.3.7's new home page only css tag, #indexHomeBody. However I notice on your home page's source, it has:

<body id="indexBody">
INSTEAD OF
<body id="indexHomeBody">

Are you not using 1.3.7?

If you are using 1.3.7, and we get that fixed, you could put this in your css:

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

you'd also have to add this:

#indexHomeBody #centerColumnWrapper2 {
background:#ffffff!important;
}

to get the entire home page's background white, instead of white/grey.
Beautiful! All recomedations worked like a charm, despite the fact I'm running 1.3.6. Thanks!!

PittiVintage


Question concerning your earlier recomendation to alter the color of content_bg.gif so as to change the background color of the center section: Using Photoshop I've attempted to change the color but have been unsuccessful. This is odd because I do this sort of thing all the time. Any idea why this particular image would be difficult to alter? It just won't seem to take the new color, no matter what color I select. I've also saved it as a .jpg and a .psd and attempted the change but again without success. Could the fact that it is an extremely thin image play into it?

Again, thanks for those earlier recomendations - This template rocks and I really appreciate you taking your time to help me fine-tune.

Tim