Advertisement
fauzanjeg

Hide Sidefeed on Laptop and Ipad Pro

May 19th, 2021
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.22 KB | None | 0 0
  1. /* Hide Sidefeed on Laptop and Ipad Pro */
  2. @media only screen and (max-width: 1440px) {
  3.     #jeg_sidecontent {
  4.         display: none;
  5.     }
  6.  
  7.     .jeg_sidecontent .jeg_viewport {
  8.         margin-left: unset;
  9.     }
  10. }
  11.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement