Advertisement
Guest User

Untitled

a guest
Aug 17th, 2018
376
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. /*** Take out the divider line between content and sidebar ***/
  2.  
  3. #main-content .container:before {background: none;}
  4.  
  5. /*** Hide Sidebar ***/
  6. #sidebar {display:none;}
  7.  
  8. /*** Expand the content area to fullwidth ***/
  9. @media (min-width: 981px){
  10. #left-area {
  11. width: 100%!important;
  12. padding: 23px 0px 0px !important;
  13. float: none !important;
  14. }
  15. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement