Survey Form -How to align radio and checkboxes with text

Hello! Can’t figure out how to align them - this is my project https://codepen.io/eleonoraart/pen/oNZveao

Hi @elyaartemyeva ,

The following lines in your code is centre aligning all the text including radio buttons and checkboxes:

div {
text-align: center;}

so I have to create a new div element with an id, for example, to fix that, right?

I find it better to give an id to each of my divs and then style them separately.

You already have a div for your radio buttons, you could give it an id and style it to have some margins to position it.

Hope this helps.

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.