Help with Input field form alignment

I can’t seem to figure out how to get my form to align. I want to have 2 input boxes right next to each other. Like first name on the left and last name on the right. But then under those, I want to have email and under that, I want to have a phone number. I have added screenshots. Right now as you can see in my screenshot each input box is on its own line.

This is what I want.

This is what I have

Im very new to Webflow and thank you for any help.


Here is my site Read-Only: LINK
(how to share your site Read-Only link)

Hey,

wrap the two inputs in a wrapper (div) and turn on flex with a horizontal direction on the wrapper.

image

Thank you a ton how can I get space between the input boxes?