Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Problem with results layout and results behaviour › Reply To: Problem with results layout and results behaviour
January 14, 2016 at 10:49 am
#7312
Keymaster
Hi!
1. There was a custom CSS applied on the search bar for max-width:1100px and it caused the issue. I have added another custom CSS for the results as well:
[php].wpdreams_asp_sc {
max-width: 1110px;
}[/php]
It should be working fine now.
2. Because the keyword suggestions source had an unset taxonomy selected. I removed that from the keyword suggestions list, now it works 🙂