Hello,

I would like to add Home link to the header

I edited includes/templates/<your_template>/common/tpl_header.php file per this suggestion "How to add the forum link on header navigator bar"

I see good code in Source file http://idtagsonline.com/store/

<div id="headerWrapper">
<!--bof-navigation display-->
<div id="navMainWrapper">
<div id="navMain">
<ul class="back">
<li><a href="http://idtagsonline.com/store/">Store</a></li>
<li><a href="http://idtagsonline.com/store/index.php?main_page=login">Log In</a></li>

<li><a href="http://www.idtagsonline.com/>Home</a></li>
</ul>
</div>

But Search field looks like owerlapping Home link (I speculate).

To check it, I am asking for help to find where is control for position of Search Field.
I would like to move it to the right.

Before I added code: COLOR="red"]<li><a href="http://www.idtagsonline.com/>Home</a></li>[/COLOR]

Search Field was on very right position

Thanks for the help in advance.