Quote Originally Posted by southernlady View Post
Yeah, tried that too. Increasing the size of the logo helped quite a bit.

And I found out what happened to the guy who said he fixed his earlier in this thread...he did a fixed width! I found his web site and read his css. That was his solution.

I KNOW there is a way. Probably something along the same lines as I have to do with the vb theme headers and that code looks like this (posted from my visible css)
Code:
<!-- logo -->
<a name="top"></a>
<table border="0" width="902" cellpadding="0" cellspacing="0" align="center">
<tr>
	<td align="left"><a href="index.php"><img src="images/Bluebells&Daffodils/misc/GraphicsByLiz_Bluebells&DaffodilsHeader.jpg
" border="0" alt="GBLCreations Forums" /></a></td>
	<td align="right" id="header_right_cell">
		
	</td>
</tr>
</table>
<!-- /logo -->
It's in a table all it's own, and the part that controls the images/Bluebells&Daffodils/misc/GraphicsByLiz_Bluebells&DaffodilsHeader.jpg is the align="center".

I've used a trick that also used the align="left" and the align="right" with the align="center.

And I write it to a css file. Like I said, vb is easy compared to Zen Cart.

Liz
I'm running out of things to try:

How about adding the following to the #mainWrapper

width:92%;
max-width:920px;
min-width:920px;