Also open your
navbar template
Find
Code:
<div class="navbar_advanced_search" style="position:absolute; top:7px; left:100px; width:100%;">
Replace with
Code:
<div class="navbar_advanced_search" style="position:relative; top:7px; left:-10px;">
As I see the current code/placement is not ideal as it puts the "Advanced Search" off your page and causes horizontal scroll.