Need help with contact form sizing

I need some help. I made a contact form, and I set the class to make the containers to 50% width. That part I’m cool with!

but then when i go to mobile, it’s also displaying at 50% of the width, but i’d like it to be 100%. How do I do that?

@thebecker I think you only need to change your class to display at 100% for each mobile view you want. When you do your classes, you should do in sequence start from Desktop, then Tablet then Smartphone. When you set a class its properties you set will inherit to another view in sequence I mentioned. So if you have a class with Width 50% for Desktop view, the rest view will have same width, unless you change it.

Cheers

1 Like