
Originally Posted by
SilverStreams
Where can I turn of the right column? I will only be using left column side boxes.
I've changed my layout settings to;
Column right Status - Global = 0
I tested this in the Default Zen template and it worked great but not in Cherry Zen, there must be an override somewhere that I am not seeing.
The template looks like it is still leaving space for the right side boxes.
Start by removing or commenting out these in the stylesheet.css file
Code:
background:url("../images/sidebox.gif") 100% 0 repeat-y; /* This is the right column background "faked" with an image. */
on line 64 and then remove or comment out this:
Code:
padding-right: 170px; /* Our right column width */
on line 195. This will get rid of the gray background on the right side and make the center larger to the right.
BTW: This is actually explained in the readme_or_else.txt file that comes with Cherry Zen
JT