Hey. I’m displaying custom field filters, and want to use radio buttons. However, the radio buttons labels have <br> after each one, and I would like to display them inline.
I have tried, without success, using jQuery to remove the <br>.
Is there a solution I’m not seeing?
*as of now I replaced the radio with dropdown, until I’ll find a solution.
Best regards,
Ofer Ziv
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: