Contact form not responsive on mobile

Hi everyone,

First post! I have a question about the contact form I’ve built for my site. All states are responsive, however, when I get to mobile portrait, the form stops being responsive at around 340px wide. I can not figure it out. I thought maybe it was the grid the form was in? But when switching to the Success and Error states, they respond fine. What is happening? Please help! Here is my read only link

Hey Tom,
That’s happening because you’re using a grid, all you need to do in mobile is, change the display to flex & direction verticle & that should do the trick!

Ohh, such a simple fix. Thank you! That did it.

1 Like

Ofc! Glad to help :slight_smile: