Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Menu loses focus on mouseover AJAX search box › Reply To: Menu loses focus on mouseover AJAX search box
May 22, 2017 at 9:42 pm
#13190
Keymaster
Hi Shawn,
Thank you very much for your kind words!
It is actually possible with a small custom CSS snippet. This should do the trick for you:
[html].asp_main_container {
z-index: 0;
position: relative;
}[/html]