Left Align Radio Buttons

Hey Tada Community-

I’m having a brain stump on left aligning radio buttons. I tried working the recommendation that @Chem in this posting:
https://community.tadabase.io/t/align-checkboxes-to-the-left/205

but it didn’t work on my end. Maybe I am doing something wrong.

Thoughts?
Adam

All-

@Chem helped out with the simple CSS fix:

label.tb-radio {
float: left;
clear: both;
}

Hope it helps others,
Adam

1 Like