Jump to content

Hiding css file from mobile


cane_cc72

Recommended Posts

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

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...