Help!Survey Form help needed!

Hello guys! I’ve made this survey form and i mixed up the things a little bit as it seems… my question is how could i place the checkboxes and radio buttons right next to the text?

Here’s my pen: https://codepen.io/szubo/pen/dyoBZYe?editors=1100

Thank’s for your help! #keeponcodeing

You currently have all inputs set to a width of 100%. That means that the input is going to take up the entire width of the page, putting it on a line by itself. I don’t think you want this.

1 Like