EduardET

change single blog post column layotu

Feb 9th, 2018
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.25 KB | None | 0 0
  1. @media(min-width: 981px) {
  2.     .single-post #main-content > .container:before {
  3.         display: none;
  4.     }
  5.     .single-post #left-area {
  6.         width: 64.833%;
  7.         padding-right: 0;
  8.         margin-right: 5.5%;
  9.     }
  10.     .single-post #sidebar {
  11.             width: 29.666%;
  12.             padding-left: 0;
  13.     }
  14. }
Advertisement
Add Comment
Please, Sign In to add comment