How to make forms responsive?

Whenever I view the form on mobile it look really weird, and I can’t change the width of it. Well, if I do, it gets aligned to the right.

Can anybody help me? I want the forms + the text to fill out more of the width. Here’s my site:
https://preview.webflow.com/preview/personal-site-3a8db0?preview=bd13450a194f5e6d8b7aaa7a41750985

Should be an easy fix - I just can’t figure it out, because I’m newbie.

Look at my approach of it. I started top clean you general layout for mobile, putting some 20px default margins globally and removing your negative margins on inner elements. hen removing the fixed sizes of the form container, then playing a bit with the fields.

You should get the general idea of the process. Remember that rules you define for mobile don’t apply for upper devices. Inheritance of properties only go down, not up. So you’re safe to style for mobile as you like.

http://vincent.polenordstudio.fr/snap/ffpa5.mp4

Wow! I did not expect a video explaining it.
I totally get what you mean, and I simply did not think of this.
Thanks a lot, appreciate it a lot :slight_smile:

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