css - Media Query doesn't initialize in browser's mobile view -


i didn't resize browser used developer tools under chrome.

i made sure had proper meta tags

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

and used max/min-width instead of -device-width.

the queries don't show @ all. local version works well. i'd rather not post live version here because of nature of site i'll try give information possible.

order can important media queries, 1 can overriding if don't have them ordered properly


Comments

Popular posts from this blog

How has firefox/gecko HTML+CSS rendering changed in version 38? -

javascript - Complex json ng-repeat -

jquery - Cloning of rows and columns from the old table into the new with colSpan and rowSpan -