03/24/2017 at 2:38 pm
#417054
Keymaster
Seems the theme is setting width of selects to be 100% which causing the drop down to take the full with. I was not able to know this until the CSS I gave was added to the site.
Add this CSS (in addition to) the theme’s custom CSS area.
#cn-list .chosen-container.chosen-container-single {
max-width: 240px !important;
}
The search always worked, you just were not able to type into the search field because the theme was hiding text inputs, globally. Have no idea why one would do that, I guess they have a reason.
