Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Inline radio buttons › Reply To: Inline radio buttons
December 13, 2019 at 10:54 am
#25019
Keymaster
Hi,
It is not really the line break the issue, but the label container, where the radio buttons are wrapped. Try this custom CSS, it should make them break lines:
label.asp_label {
display: inline-block !important;
}