Survey form issue: labels not aligning

Hey!

I’m running into an issue whereby the labels for the radio buttons, checkboxes, and comment box are not aligning.

I’ve tried vertical-align but that isn’t really working out.

Any thoughts?

1 Like

Try removing the div wrappers that are around the labels and inputs.

Use divs sparingly. I mainly use them if I need a container for formatting and a semantic HTML element isn’t appropriate.