You are here

stickynav.css in Sticky Navigation 8

Same filename and directory in other branches
  1. 6 css/stickynav.css
  2. 7 css/stickynav.css
.stickynav-active {
  position: fixed;
  top: 0px;
  z-index: 1000;
  width: 100%;
  padding-left: 0px;
  padding-right: 0px;
  margin-left: 0px;
  margin-right: 0px;
}

File

css/stickynav.css
View source
  1. .stickynav-active {
  2. position: fixed;
  3. top: 0px;
  4. z-index: 1000;
  5. width: 100%;
  6. padding-left: 0px;
  7. padding-right: 0px;
  8. margin-left: 0px;
  9. margin-right: 0px;
  10. }