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

Reply To: Frontend Search Setting Display Wired

#7741
Ernest MarcinkoErnest 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:

[html].ajaxsearchpro .mCSB_container {
display: block !important;
}[/html]