Left Align Radio Buttons
Here is a solution to left-align radio buttons.
One Easy Step
Add the following code to the CSS tab of your page.
label.tb-radio {
float: left;
clear: both;
}
Original Community Post:
Left Align Radio Buttons - Community Discussions / How Do I - Tadabase Community
We'd love to hear your feedback.