I can't get the radio/checkboxes to move in place and it's driving me crazy

Hi Guys, first post here.

I just started doing to courses online and I can’t get the radio’s/checkboxes to move. Could anyone see what i’m doing wrong?

https://codepen.io/kuwotu/pen/XWjgyKd

Would be highly appreciated!

1 Like

Remove this

input, select, textarea{
 width: 100%;
}
1 Like

Instead of generally styling all inputs you can give your radios and checkboxes ids and style them separately.

1 Like

I paid the price of being lazy! Thank you very much.