February 18, 2016 at 10:15 am
#7741
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:
[html].ajaxsearchpro .mCSB_container {
display: block !important;
}[/html]