Advertisement
robinellen

Media screen alternate content

Mar 21st, 2018
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.19 KB | None | 0 0
  1. @media screen and (min-width: 320px) and (max-width: 767px){ #PAGENAME { display: none !important; } }
  2.  
  3. @media screen and (min-width: 767px){ #MOBILEPAGENAME { display: none !important; } }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement