Advertisement
fauzanjeg

Fix Sidebar for Default Template Page

Apr 8th, 2021 (edited)
161
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.36 KB | None | 0 0
  1. /* Fix Sidebar for Default Template Page */
  2. @media only screen and (max-width:991px) {
  3.     .jeg_container .jeg_sidebar.left.jeg_sticky_sidebar.col-sm-4 {
  4.         width: 100%;
  5.     }
  6.    
  7.     /* Fix Double Right Sibdebar issu */
  8.     .jeg_double_right_sidebar .jeg_sidebar.jeg_sticky_sidebar.col-sm-3 .theiaStickySidebar {
  9.         position: unset!important;
  10.     }
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement