Find:
Quote
<if test="memberbox:|:$this->memberData['member_id']">
Paste the following right ABOVE it:
Quote
Find:
Quote
<div id='branding'>
<div class='main_width'>
<div id='logo'>
<if test="brandingBar:|:ipsRegistry::$applications[ $this->registry->getCurrentApplication() ]['hasCustomHeader']">
{parse template="overwriteHeader" group="{current_app}_global" params=""}
<else />
{parse template="defaultHeader" group="global" params=""}
</if>
</div>
{parse template="quickSearch" group="global" params=""}
</div>
</div>
Comment out/remove line in red.
===============================================
Now you need to adjust CSS settings.
In ipb_styles.css:
Change:
Quote
margin: 20px 0;
}
Quote
margin: 5px 0 0 10px;
}
In:
Quote
margin: 0 auto;
min-width: 960px;
width: 87% !important;
}
Final look:

===============================================================================
If you prefer to have search bar to the left of user bar.....
Paste this:
Quote
right BELOW this:
Quote
</if>
</ul>
</div>















