kalponikoronno

sticky menu css

Feb 19th, 2015
245
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.14 KB | None | 0 0
  1. .main-navigation.sticky-header{
  2.     position: fixed;
  3.     width: 100%;
  4.     z-index: 100;
  5.     top: 0;
  6.     left: 0;
  7. }
  8.  
  9. .shifted{
  10.     margin-top: 54px;
  11. }
Advertisement
Add Comment
Please, Sign In to add comment