
Originally Posted by
dharma
I am using the SZ template at 100% and have a large empty space between my logo and the gif links in the header.
I would like the logo and header gifs to be more balanced.
Is there anyway to space out the header gif links more to the left? (move them in more to the center).
I tried increasing the file size of the topnav.gif and in the CSS:
#tagline ul {
height:86px;
margin:0;
width: 336px;
but, can't move it over to the center.
any suggestions?
You know, after thinking about this, and seeing the changes, I'd suggest something else. 
I would change everything back to the way it was, and change #logoWrapper to this:
Code:
#logoWrapper {
background: url(../images/shadow.gif) repeat-x bottom;
height:105px;
width:950px;
}
This way, when your customers either shrink their browser window, or have a higher resolution or smaller monitor, the image links won't wrap down below the logo. Also remember, it seems that you are using a very wide browser window (from the width of your picture), and not everyone does that. The narrowest I can make the window on your site right now is 1005 wide.