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

Reply To: ELEMENTOR LIVE FILTER NOT WORKING

Home Forums Product Support Forums Ajax Search Pro for WordPress Support ELEMENTOR LIVE FILTER NOT WORKING Reply To: ELEMENTOR LIVE FILTER NOT WORKING

#52164
Ernest MarcinkoErnest Marcinko
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;
  }
}