Quote Originally Posted by organicplanet View Post
Hi Jade,

Thanks again for the template. Love, love, love it!

I am wondering if you can help me out. I have removed my catagory tab menu that normally would show between my logo.gif and the dropdown menu.

In doing so, it also removed the "green bar" where the tab menu was located. How can I insert a green bar like the one above the logo, where the "Home," "Log In" and "Search Field and button" are located?

Here is the link to my store: http://www.handmadepantry.com/NewTes...ain_page=index

Another question...

I also noticed that the "Home," "Log In" and "Search Field and button" in the top green bar are not centered top to bottom in the bar. How does one fix that?

Thanks In Advance!

Jane
You can open up includes/templates/YOUR_TEMPLATE/common/tpl_header.php and add a new div.
<div id="nameofdivhere">Stuff here</div>

Then in the css, style #nameofdivhere the way you'd like. You can style it like.

You can mess with the padding of #navMainWrapper, #navMain, or #navMainLinks and #navMainSearch.