I’m doing the survey-form project and, although the code is messy, it’s almost complete and has passed all the user stories.
The only problem I’m having now is reducing the size of the radio buttons and checkboxes and aligning them next to each other, buttons/checkboxes first and labels after.
After a week of searching, watching videos, inputting different values and commenting out different sections, I’ve had to admit defeat and need some help.
I’m not good at asking for help and really wanted to do it myself, but here I am.
you have your input and select set to display: block. radio buttons and checkboxes are input too! remember, block elements each start on their own new line, and inline elements dont force a new line
if you have more questions, let me know, id be glad to give more guidance on what to do next
I tried commenting out display: block, but it doesn’t go back to normal. Even if I make the size of the input smaller, it makes no difference. How can I force it back to being inline as a smaller size again? I only want to keep the other inputs as 2.5em.