Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Positioning Search Box on Homepage › Reply To: Positioning Search Box on Homepage
August 2, 2016 at 4:03 pm
#9666
Keymaster
My bad, the problem is with one of my previous suggestions. Please change this CSS code:
[html].asp_main_container {
width: 100% !important;
}[/html]
to this:
[html]div.ajaxsearchpro[id*="ajaxsearchpro1_"] {
width: 100% !important;
}[/html]
and it should fix the issue immediately.