Advertisement
Guest User

Untitled

a guest
May 19th, 2017
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. *** at first increase the wrapper width ***
  2.  
  3. .wrap {
  4. max-width: 1145px;
  5. padding-left: 3em;
  6. padding-right: 3em;
  7. }
  8.  
  9.  
  10.  
  11. *** 2nd — increase left side content section width ***
  12.  
  13. #primary {
  14. width: 70% !important;
  15. }
  16.  
  17. *** 3rd — decrease right sidebar width ***
  18.  
  19. .has-sidebar #secondary {
  20. width: 26% !important;
  21. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement