Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Frontend Search Setting Display Wired › Reply To: Frontend Search Setting Display Wired
February 18, 2016 at 10:15 am
#7741
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 :)



