
Originally Posted by
Beth-katherine
Hello. I followed your instructions to the letter in the READ ME OR ELSE file on how to adapt Chery Zen to a two column format but seem to have lost the ability to change the color of my content page as it now is the same color as the background. I removed the right column and when I put it back the color I had chosen for the center column returned but then disappeared when the column was taken out.
What in the world did I do wrong?
Beth-Katherine
Could I see the link?
Are these the instructions you followed:
Code:
3. To have ONLY left sideboxes, first turn off the left sideboxes in the admin, at "configuration", "Layout Settings", "Column Left Status - Global". Then open up includes/templates/cherry_zen/css/stylesheet.css and remove the padding-right from the .outer section:
.outer {
padding-left: 165px; /* Same width as margin-left for the float-wrap div */
padding-right: 150px; /* Our right column width */
}
and remove the background image from #contentMainWrapper.
Bookmarks