Advertisement
Guest User

ZeroHedge

a guest
Oct 13th, 2015
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.36 KB | None | 0 0
  1. #inner-content {
  2.     width: 1200px;
  3. }
  4.  
  5. #main {
  6.     margin-right: 0;
  7. }
  8.  
  9. #sidebar-left {
  10.     display: none;
  11. }
  12.  
  13. #sidebar-right {
  14.     display: none;
  15. }
  16.  
  17. body.sidebars #squeeze {
  18.     /* margin-right: 350px; */
  19.     margin-left: 210px;
  20.     padding: 0 4px;
  21. }
  22.  
  23. div.block.block-menu {
  24.     display: none;
  25. }
  26.  
  27. div.node.sticky {
  28.     width: 1024px;
  29. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement