Community

The 2 column form layout is not switching to single column when on my mobile device, which is a Samsung Galaxy S21. I have tried to debug this on the desktop in a Firefox web browser, and for most devices the form does not got to 1 column mode, but it does on one I tried, the Galaxy S10.

Paul Setterfield

Mar 14, 2024

Comments (3)

Vipin

Mar 14, 2024

Hi Paul, You have not set the viewport for your website. You must add the meta tag inside the head tag. <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no"> Please make this change and then test your form.

Paul Setterfield

Mar 14, 2024

Thank you for your quick reply. I have added the tag and the form now resizes so the problem is resolved. I do not recall seeing anywhere that I needed to add this tag, so perhaps I missed seeing that information somewhere.

Vipin

Mar 14, 2024

Thanks for the update Paul.

Add your comment