I figured this out in the stylesheet.css for Apple_Zen:
To remove the right side layout box/column so that the main product window can have the full area, the following can be changed:
#centerColumnWrapper2{
background:url(../images/content_bg.gif) repeat-y 0% 0;
}
.centerColumn {
width:93.5%;
float:left;
margin:0 2% 2% 3%;
text-align:left;
line-height:1.6em;
display:inline; /* fixes IE Bug in IE6 and earlier - do not remove */
}
Bob Tabin


Reply With Quote
