Media Query Question
Media Query Question
Out of context: Reply #4
- Started
- Last post
- 6 Responses
- Nathan_Adams0
Use some javascript to detect for mobile onload and add a .mobile class to the body. Then in your media queries, place .mobile before every rule.