How can I disable zoom on text input on mobile?

On mobile devices, focusing on text input fields sometimes caused the browser to zoom in, making the layout of the page look off.  To prevent this from happening, you can edit your theme.liquid code to add the following meta tag on the <head> section of your theme:

<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">

If you need assistance, you can reach out to our support team to update the theme for you.

Did this answer your question? Thanks for the feedback There was a problem submitting your feedback. Please try again later.