Hi, I’m actually doing the survey form.
I just want to know how I can align my input radios on row, here’s my code : https://codepen.io/sendzixbt/pen/abJxrZB
(I’ve used use Flexbox to center form elements)
Hi, I’m actually doing the survey form.
I just want to know how I can align my input radios on row, here’s my code : https://codepen.io/sendzixbt/pen/abJxrZB
(I’ve used use Flexbox to center form elements)
Hi, had the same problem. If you group the radio button with the label and use the attribute: display on the group with the variable: Inline-block, they will be aligned on a row. Check out my pen if you need further guidance!
https://codepen.io/sebmossy/pen/QWpJKbW
Thanks @sebastianmoss2000 it works !
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.