Quote Originally Posted by cshellca View Post
I love your template thanks!! I am very very new to this...so please treat me like a 5 year old! :)

I read through most of this thread trying to answer my questions..but am not getting it..

1) I want to center my Logo in the header..how do I do that?

2) I tried to increase the size of the logowrapper..but end up with a big white space..how do I get rid of the white and increase the grey so it is grey behind my logo?

3) I un/commented the sections you indicated to bring up the menus on the top and bottom...they show up on the top..but not in the right location (it was even like this before I started mucking with the logo/header)... how do I get it into the right location? and the footer one does not show up at all...??

You can see what I am trying to explain here

http://shuruba.com/zencart/

I have just started setting this up and working with Zencart..so step by step instructions would be appreciated :)

Thanks in advance!

Shelley
open includes/templates/cold_steel/css/stylesheet.css

find the following declarations and make the highlighted changes:

#headerWrapper {
margin: 0 auto;
background:#F4F4F4;
text-align: left;
width: 917px;
vertical-align: top;
}
/*BOF Branding*/

#logo {
text-align: center;
}

/*#siteinfoIP {
display:none;
} */
#siteinfoIP {
font-size: 0.9em;
}


#navCatTabsWrapper {
margin: 10px auto 0;
padding: 0;
background: url(../images/cat_nav_tab.gif) repeat-x;
font-size: 0.95em;
font-weight: bold;
color: #8A6241;
height: 24px;
width:917px;
}