Advertisement
srikat

Untitled

May 17th, 2014
337
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.15 KB | None | 0 0
  1. /* Sticky Primary Nav */
  2.  
  3. .nav-primary {
  4.     position: fixed;
  5.     width: 100%;
  6.     z-index: 1000;
  7. }
  8.  
  9. .site-header {
  10.     padding-top: 38px;
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement