Zinger

Permalink
Hi,
I am currently using Zinger theme for one of my client websites. I have included a couple of menu images on the Menu web page, however I would like to be able to resize those by "pinching" the screen on mobile devices as they are hard to read. Anyone knows how to do this? For the Elemental theme this happens by default but not for the Zinger.
Thanks
Peter

 
tallacman replied on at Permalink Best Answer Reply
tallacman
edit the theme. open the header.php file and change this line:

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

to
<meta name="viewport" content="width=device-width,initial-scale=1">
petiou replied on at Permalink Reply
Many thanks tallacman!
Cheers
Peter