Quote Originally Posted by abs007 View Post
Hi
I have added the horizontal menu bar to my zencart. Its all working fine however my header and logo have gone out of position and the logo has moved towards the centre instead of the left. The part above my header where i had the tile_back.gif image has gone and its all while. Would you mind having a look to see what seems to be the problem. I have category dressing as an add on as well.

cheers

url ravsappliances.com
Hmm, your issue may be because you uploaded my includes/templates/YOUR_TEMPLATE/common/tpl_header.php instead of following this portion of the readme.txt:

3. If you have heavily modified your includes/templates/YOUR_TEMPLATE/common/tpl_header.php, instead of uploading the tpl_header.php included in this download, you can simply add this to your header where you'd like the css menu to appear:

<!--bof-drop down menu display-->

<?php require($template->get_template_dir('tpl_drop_menu.php',DIR_WS_TEMPLATE, $current_page_base,'common'). '/tpl_drop_menu.php');?>

<!--eof-drop down menu display-->
<div class="clearBoth"></div>