Skip to content

Instantly share code, notes, and snippets.

@Acen
Created September 20, 2016 21:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Acen/508be7be305645d2d31f7770c9f00d71 to your computer and use it in GitHub Desktop.
Save Acen/508be7be305645d2d31f7770c9f00d71 to your computer and use it in GitHub Desktop.
Hide filter on screens below 768px in width.
@media only screen and (max-width: 768px){
#product-filter-activate{
display:none!important;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment