Why are my CSS3 media queries not working on mobile devices?

In the styles.css, I am using media queries, both of which use a variation of: /*–[ Normal CSS styles ]———————————-*/ @media only screen and (max-width: 767px) { /*–[ Mobile styles go here]—————————*/ } The sites resize to the layout I want in a regular browser (Safari, Firefox) when I shrink the window, however, the mobile … Read more