Survey form:- I can't inline some of my elements :-(

https://codepen.io/p2502/pen/MWgXBpj
Hey, everyone, this is the project I made as an entry for the survey form. It’s just some of my checkbox elements are not in line. Can anybody suggest me why?

First thing, your ul doesn’t take the list style=“none”, just put that on the li’s, next thing is to remove the float left on the userRathings class and that should fix the issue.

Thank you. Did the same and it worked

1 Like