width - DIVS / WEBSITE NOT FILLING ENTIRE SCREEN ON MOBILE -


im having trouble getting website fill entire screen on mobile devices.

my meta tag looks this:

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

and css

body, html { margin: 0; width: 100% ; } 

http://www.girlsskateaustralia.com

anyone have ideas??

looks fine on mobile ie browsers might picky initial scale value; use:

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

Comments

Popular posts from this blog

javascript - DIV "hiding" when changing dropdown value -

Does Firefox offer AppleScript support to get URL of windows? -

android - How to install packaged app on Firefox for mobile? -