SyntaxFix
Write A Post
Hire A Developer
Questions
You have to use max-width instead of min-width.
<style> @media (max-width: 1026px) { #test { display: none; } } </style> <div id="test"> <h1>Test</h1> </div>