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
June 30, 2017 at 1:22 pm
#13835
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]