Skip to content Skip to sidebar Skip to footer

Responsive Website Design Is Not Working On Mobile Phone

responsive design is not working on my mobile phone but its working fine on my pc or laptop i am working on this link (http://abisyscorp.com/modelview)

Solution 1:

Add this to your <head> section:

<meta name="viewport" content="width=device-width, user-scalable=false;">

And remove:

<meta name="viewport" content="max-width=480px">
<meta name="viewport" content="min-width=481px">
<meta name="viewport" content="min-width=1028px">

Post a Comment for "Responsive Website Design Is Not Working On Mobile Phone"