Advertisement
srikat

Untitled

May 12th, 2015
304
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. .site-header {
  2. position: fixed;
  3. width: 100%;
  4. z-index: 1;
  5. background: #fff;
  6. }
  7.  
  8. .site-inner,
  9. .mpp-home .site-inner {
  10. padding-top: 150px; /* height of header */
  11. }
  12.  
  13. @media only screen and (max-width: 1024px) {
  14. .site-header {
  15. position: static;
  16. }
  17.  
  18. .site-inner,
  19. .mpp-home .site-inner {
  20. padding-top: 0;
  21. }
  22. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement