Advertisement
srikat

Untitled

May 17th, 2014
289
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.36 KB | None | 0 0
  1. @media only screen and (min-width: 1025px) {
  2.  
  3.     .nav-primary {
  4.         position: fixed;
  5.         width: 100%;
  6.         z-index: 1000;
  7.     }
  8.      
  9.     .site-header {
  10.         padding-top: 38px;
  11.     }
  12.  
  13. }
  14.  
  15. @media only screen and (max-width: 1023px) {
  16.  
  17.     .menu-primary li.right {
  18.         display: block;
  19.     }
  20.  
  21.     .menu-primary > .right {
  22.         float: none;
  23.         max-width: 150px;
  24.         margin: 10px auto;
  25.     }
  26.  
  27. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement