Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Frontend Search Setting Display Wired
This topic contains 4 replies, has 2 voices, and was last updated by larryli1017 7 years, 7 months ago.
- AuthorPosts
- February 18, 2016 at 4:02 am #7737
Hi,
I just installed the plugin to use it by the first time. But the frontend search setting layout becomes confused.
The problems happens both in Search settings position with “Hovering(default)” and “Block or custom” settings.
I have improve the compatibility to be Maximum. May I learn how to solve this problem please?
Thank you!
Attachments:
You must be logged in to view attached files.February 18, 2016 at 8:02 am #7739Hi!
It’s most likely some other CSS (perhaps the theme styling) is overriding the checkbox styles. Can you please link me to a page where a search is active with the checkboxes? I will take a look and try suggesting a fix.
Best,
Ernest Marcinko
If you like my products, don't forget to rate them on codecanyon :)
February 18, 2016 at 8:54 am #7740You cannot access this content.February 18, 2016 at 10:15 am #7741Hi!
I have found the problem. The theme adjusts the scroll container to a “flex” based layout, that is causing the weird width and the squished text.
To fix it, use the following custom CSS code:
Best,.ajaxsearchpro .mCSB_container { display: block !important; }
Ernest Marcinko
If you like my products, don't forget to rate them on codecanyon :)
February 18, 2016 at 11:08 am #7742Hi Ernest,
Thanks for your reply!
It works now!
Thank you!
- AuthorPosts
You must be logged in to reply to this topic.