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

Reply To: Custom URL + active search styling

Home Forums Product Support Forums Ajax Search Pro for WordPress Support Custom URL + active search styling Reply To: Custom URL + active search styling

#51918
Ernest MarcinkoErnest Marcinko
Keymaster

You are welcome 🙂

Radio button output is a bit different, there is a line break you have to “remove” basically:

fieldset.asp_filter_tax {
    max-width: unset !important;
    width: 100% !important;
}
.term_filter_box br {
    display: none;
}