Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › ELEMENTOR LIVE FILTER NOT WORKING › Reply To: ELEMENTOR LIVE FILTER NOT WORKING
December 5, 2024 at 3:41 pm
#52164
Keymaster
Great!
It still looks fine on my end for some reason, but either way, let’s try to force a 50% width via custom CSS, this should resolve it:
@media only screen and (max-width: 600px) {
div.asp_sb.searchsettings fieldset {
min-width: unset !important;
width: 49% !important;
}
}