Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Inline radio buttons › Reply To: Inline radio buttons
January 7, 2020 at 11:08 am
#25224
Keymaster
Hi,
Maybe there are rendered breaks after all for some reason. This should resolve them as well:
label.asp_label {
display: inline-block !important;
}
label.asp_label~br {
display: none !important;
}