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
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
Thanks!