- Posts: 90
- Thank you received: 0
Appearance on Mobile Devices
-
skytech
Inactive member - Topic Author
- Member
Less
More
11 years 1 month ago - 11 years 1 month ago #34666
by skytech
Appearance on Mobile Devices was created by skytech
i didnt like the way the template appears on mobile and other applications, i disabled the responsiveness, when i try to open it on mobile, it does not show properly on mobile device. please how can i make it show the same way it appears on desktop.
www.nwaudofoundation.org
Last edit: 11 years 1 month ago by skytech. Reason: adding i mage
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 1 month ago #34672
by ivan.milic
Replied by ivan.milic on topic Appearance on Mobile Devices
When you open index.php of template you will see this:
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
change that to:
<meta name="viewport" content="width=1280, initial-scale=1.0" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
change that to:
<meta name="viewport" content="width=1280, initial-scale=1.0" />
Please Log in to join the conversation.
Time to create page: 0.241 seconds