
Originally Posted by
jettrue
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.