Advertisement
fauzanjeg

Hide Sidebar on Tablet

Nov 15th, 2021
441
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.18 KB | None | 0 0
  1. /* Hide Sidebar on Tablet */
  2. @media only screen and (max-width:1024px) {
  3.     .jeg_sidebar {
  4.         display: none;
  5.     }
  6.     .jeg_main_content  {
  7.         width: 100%
  8.     }
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement