@Darwin
Check:
https://www.w3schools.com/cssref/css3_pr_mediaquery.asp
and add display:none:
to your div
to hide in the mobile version (in selected resolution)
hide div tag on mobile view only?
I'm creating a fluid layout for a site. I'm trying to hide the contents of a <div> or the whole <div> itself in the mobile view, but not the tablet and desktop view. Here's what I've g...
Stack Overflow (stackoverflow.com)