Reply To: Frontend Search Setting Display Wired

Home Forums Product Support Forums Ajax Search Pro for WordPress Support Frontend Search Setting Display Wired Reply To: Frontend Search Setting Display Wired

#7741
Ernest Marcinko
Ernest Marcinko
Keymaster

Hi!

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:

.ajaxsearchpro .mCSB_container {
    display: block !important;
}
Best,
Ernest Marcinko

If you like my products, don't forget to rate them on codecanyon :)