
Originally Posted by
jsarwar
Hi Anne,
Do you know how to make this template expandable in small devices like cell phone etc. It does not zoom in / out in smaller devices. Thank you!
Take a look at the html_header.php file:
Code:
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no" />
change it to:
Code:
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=2.0, minimum-scale=1.0, user-scalable=yes" />
Thanks,
Anne
Bookmarks