Shop is not full screen in mobile version - help!

Topic summary

A user encountered a mobile display issue where their Shopify store wasn’t rendering full-screen, appearing zoomed out instead. The problem was isolated to the product page only.

Solution provided:

  • Navigate to Shopify Admin → Online Store → Theme → Edit code
  • Locate the theme.liquid file
  • Insert specific markup code above the </head> tag

Outcome:
The fix successfully resolved the mobile viewport issue. The solution appears to involve adding proper viewport meta tags to ensure correct mobile rendering.

Summarized with AI on November 4. AI used: claude-sonnet-4-5-20250929.

Hey guys,

I have this problem right now:

My shop is not full screen in mobile version and you can zoom it out. What did I do wrong? Can you please help?

Edit: I only have this problem in my product page!

Kind regards!

@ekrembcc ,

Step 1: Go to Shopify Admin → Online Store ->Theme → Edit code

Step 2: Search file theme.liquid

Step 3: Insert this code above


1 Like

Perfect! It worked :slightly_smiling_face: Thank you so much!