First question. Is your grey sidebar supposed to go all the way up to the search bar? It does in Firefox and Camino.
Your idea will work best if the middle logo stays centered, no matter the width, while the left and right logos stay to the left and right, no matter the width.
This is pretty easy to do, but will require you to move #logo2 to AFTER #logo3.
So open up includes/templates/cherry_zen/common/tpl_header.php and change it to this order;
Code:
<div id="logo"></div>
<div id="logo3"></div>
<div id="logo2"></div>
It may seem goofy, but it will work.
Then remove
from #logo2 in your stylesheet.css.
Bookmarks