css - how to make my site responsive for smart phones -


care-24-7.com/test/

i have been trying new site template adapt mobile devices. far works when resize browser window. problem doesn't work on mobile devices. displays regular web page.

you need

 <meta name="viewport" content="width=device-width,initial-scale=1.0"/> 

you don't wan't maximum-scale=1.0,user-scalable=no user won't able zoom in

https://developer.mozilla.org/en-us/docs/mozilla/mobile/viewport_meta_tag


Comments

Popular posts from this blog

php - Calling a template part from a post -

Firefox SVG shape not printing when it has stroke -

How to mention the localhost in android -