This website uses cookies to personalize your experience. By using this website you agree to our cookie policy.

Reply To: Positioning Search Box on Homepage

Home Forums Product Support Forums Ajax Search Pro for WordPress Support Positioning Search Box on Homepage Reply To: Positioning Search Box on Homepage

#9666
Ernest MarcinkoErnest Marcinko
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.