Advertisement
fauzanjeg

Hide Mobile Topbar Container

Jun 4th, 2021 (edited)
204
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.15 KB | None | 0 0
  1. /* Hide Mobile Topbar Container */
  2. @media only screen and (max-width : 1024px) {
  3.     .jeg_mobile_topbar.jeg_container.normal {
  4.         display: none;
  5.     }
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement