SyntaxFix
Write A Post
Hire A Developer
Questions
if you want to hide a whole div from the view in another screen size. You can follow bellow code as an example.
div.disabled{ display: none; }