Html – Make a DIV disappear when it reaches a certain width WITHOUT JavaScript
This is a CSS-only problem, no JavaScript allowed. I have a DIV that when it reaches a certain width, it should disappear. @media (max-width: 1024px) {} works for the normal cases as the browser resizes. BUT..... There are screens that…