Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Custom URL + active search styling › Reply To: Custom URL + active search styling
November 20, 2024 at 7:34 am
#51913
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