Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /* Ipad Pro */
- @media only screen and (min-width: 992px) and (max-width: 1024px) {
- /* Hide Left Sidebar */
- .jeg_sidebar.left {
- display:none;
- }
- /* Sidebar width & float */
- .jeg_sidebar.right {
- width: 35%!important;
- float: right!important;
- }
- /* Main Content */
- .jeg_double_sidebar .jeg_main_content {
- left: unset;
- width: 65%;
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement