Quote Originally Posted by Lovely View Post
Well, I figured out the tpl_box_default issue. I just saved a version from the main zen cart program to the cherry zen folder.

BUT NOW THE IMAGE DOESN'T FIT THE SIDE BAR. Help!
Change this section:
Code:
h3.leftBoxHeading, h3.rightBoxHeading {
	background: #6b2b12;
	}
to this:

Code:
h3.leftBoxHeading, h3.rightBoxHeading {
	margin:0 0 50px 0;
	}