Quote Originally Posted by jdickson View Post
I still can't figure out how to get the padding off of logo.gif towards the bottom that is creating space between the logo and the bottom of the border. Example is at:

http://63.135.100.160/store


Many thanks in advance!
Ok, here are some things to try. By the way, this is an IE only issue.

Open up includes/templates/YOUR_TEMPLATE/common/tpl_header.php and remove (if you don't plan on using the header search box):
<div id="navMainSearch">
<?php require(DIR_WS_MODULES . 'sideboxes/search_header.php'); ?>
</div>

Then remove the:

<div class="clearBoth"></div>

right before:
<!--eof-navigation display-->