Advertisement
fauzanjeg

Custom Change || Ipad Pro Responsive

Jun 14th, 2021
152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.42 KB | None | 0 0
  1. /* Ipad Pro */
  2. @media only screen and (min-width: 992px) and (max-width: 1024px) {
  3.     /* Hide Left Sidebar */
  4.     .jeg_sidebar.left {
  5.         display:none;
  6.     }
  7.  
  8.     /* Sidebar width & float */
  9.     .jeg_sidebar.right {
  10.         width: 35%!important;
  11.         float: right!important;
  12.     }
  13.  
  14.     /* Main Content  */
  15.     .jeg_double_sidebar .jeg_main_content {
  16.         left: unset;
  17.         width: 65%;
  18.     }    
  19. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement