I am trying to place my input below my label but I am having issues doing so

I want my input below my label like depicted here:

but instead this is what I have .

Here is the link to the code:

What do you recommend?

You can use <br> to insert a single line break after your label.

1 Like

I guess earlier I was looking at the examples from W3Schools for forms help and their examples used line breaks. HTML Input Types

But now that I think about it, in those examples, they weren’t using CSS, just HTML. I’m working on my survey form project right now and will reevaluate with the plan of using CSS to align instead of line breaks.

1 Like

I have a new issue. I am trying to align my font awesome icons horizontally with my input field like this:

But my font aawesome icon doesn’t want to stay in the alignment that I want it to stay in:

The code I’ve used.

;

image ;

image ;

HEre is the link again.https://codepen.io/noblegas/pen/wvaxYmY