Quote Originally Posted by caradelrae View Post
Hey there! I love this template! I have been playing around with it, cause i dont know any better or i am a sucker for punishment or....None the less, I love this template!

Anywho, I have been trying to tweak it to match my logo colors and for the life of me cannot find how to change the grey sideboxes on the right. I have read and re read and I am about dizzy!

Oh my site is
www.bovinebubblesandhogwash.com/shop

Oh and I cannot seem to get my logo(header) big enough or centered vertically....

Appreciate your help and contributions!

Cara
The grey background is an image. Its called content_bg.gif. You'll have to open it in an image program, and change the grey to the color you want.

Change the logo section's width:

Code:
#logo {
	width:19.1em  /* To prevent the logo from resizing, simply delete or comment out this section */
	}
You can either try a larger em value until its about right (then the logo will resize when someone changes font size), or you can enter its real width (then it won't resize).

To center the logo, add this to the above #logo section:

Code:
margin:0 auto;
text-align:center;

and then remove #logo from this section:
Code:
#logo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
	float:left;
	}