Survey Form Project - Troubleshooting help

Hello All,

I’m having a hard time figuring out what I’m doing wrong that my age input number box is stuck on the same line as my email declaimer. Thanks in advance for the help!

Here is my codpen: https://codepen.io/mevorahde/pen/mjZobp

2018-08-21_1349

Nice Design!

Personally, I would remove width: 200px; from your input boxes that way it will fix your problem and make your form look nicer.

1 Like

Thanks @shimphillip . That solved the issue with the age input box being on the same line. However, the reason why I set a width , is because of this haha:

Is there a way to set the width size for the input boxes a certain way without setting the width?

One thing you can do is give a container to your input boxes and set those containers to certain widths.

1 Like

Thanks @shimphillip ! That did the trick!