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

Reply To: Ajax Search Pro causing conflictions with Theme

Home Forums Product Support Forums Ajax Search Pro for WordPress Support Ajax Search Pro causing conflictions with Theme Reply To: Ajax Search Pro causing conflictions with Theme

#13835
Ernest MarcinkoErnest Marcinko
Keymaster

Hi!

It looks like a min-width issue to me, somewhere there seems to be a forced width. There is no option for that, but this custom CSS should get rid off that behavior:

[html].asp_main_container {
min-width: 0 !important;
}[/html]