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 8:29 am
#51918
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;
}