Quote Originally Posted by gsdcypher View Post
If anyone is interested I remember what I did to use a bigger logo. Just add height to the #logoWrapper...

#logoWrapper {
width:auto;
height: XXXpx;


But I still haven't figured out how to add another tab to the nav bar.
Hi,
In order to do this I would go to the tpl_header.php file and add it as a listed element <li><a href="link">Contact Us</a></li> after the link where you want to add it to.

The tpl_header.php file is located in:
<zen cart folder>/includes/templates/cherry_zen/common/tpl_header.php

Then you will most likely have to mess with the css file in order to get it to show properly. I had to do this for a website that was using this template as well. Took me quite a while to figure out how to change it around to work properly.
If you have a lot of problems doing it - I can try to assist you further if needed.
Good luck,
Seth