Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted February 18, 20169 yr I have a css file I am trying to hide from mobile and I cannot seem to get the code right any help would be appreciated.
February 18, 20169 yr Just wrap everything in a media query. Example: @media (max-width: 1000px) { } Anything in there will then not be used for screens smaller than the given size.
February 18, 20169 yr Author 37 minutes ago, opentype said: Just wrap everything in a media query. Example: @media (max-width: 1000px) { } Anything in there will then not be used for screens smaller than the given size. I tried that and it's not hiding it on mobile and it breaks the code on desktop view
Archived
This topic is now archived and is closed to further replies.