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

#51913
sarah_tJOdsarah_tJOd
Participant

This is great, thank you. You even used my colours in the example!

Previously you gave me this code to make my checkboxes horizontal


fieldset.asp_filter_tax {
    max-width: unset !important;
    width: 100% !important;
}
fieldset.asp_filter_tax>div {
    display: flex;
    flex-wrap: wrap;
}

but it doesn’t seem to work for radio buttons – I can’t see that the classes should be different though. Is there an alteration for radio boxes pls?
Thanks