Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #202280

    Hi,

    I just bought Enfold and am setting it up. I have a quick question.

    Should I change the ‘<meta name=”viewport” content=”width=device-width, initial-scale=1, maximum-scale=1″>’ inside header.php to ‘<meta name=”viewport” content=”width=device-width, initial-scale=1, user-scalable=yes”>’ if I want the user to be able to adjust the zoom?

    I’ll be using a child theme. Should I make this change in the child theme’s header.php?

    Thanks

    #202453

    Hey akmhou!

    Yes, you can change that on your child theme’s header.php if you want the site to enable zoom on mobile devices. If it doesn’t work you can try this:

    <meta name="viewport" content="user-scalable = yes">

    Best regards,
    Ismael

    #202611

    Thanks!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Viewport Meta’ is closed to new replies.