Hi PGT,
I just tried this again and it seems to work fine? are you sure you didn't remove the logowrapper div rather then just the logo div?
Just remove this
PHP Code:
<div id="logo"><?php echo '<a href="' . HTTP_SERVER . DIR_WS_CATALOG . '">' . zen_image($template->get_template_dir(HEADER_LOGO_IMAGE, DIR_WS_TEMPLATE, $current_page_base,'images'). '/' . HEADER_LOGO_IMAGE, HEADER_ALT_TEXT) . '</a>'; ?></div>
Making sure this is still there
PHP Code:
<div id="logoWrapper">
and obviously you still need to remove the
PHP Code:
<br class="clearBoth" />