Skip to content

Instantly share code, notes, and snippets.

@CapWebSolutions
Created February 21, 2018 21:57
Show Gist options
  • Select an option

  • Save CapWebSolutions/381f0836e6b17961049f9ee78d1e4db9 to your computer and use it in GitHub Desktop.

Select an option

Save CapWebSolutions/381f0836e6b17961049f9ee78d1e4db9 to your computer and use it in GitHub Desktop.
Sticky Genesis Header
/* Sticky header */
.site-header {
position: fixed;
width: 100%;
z-index: 1000;
}
/* this is optional and may not be needed in some situations */
nav.nav-primary {
padding-top: 164px; /*height of header (can be easily obtained using Firebug)*/
}
/* The above is a generic site-wide solution. Add .page-id-xxxx in front of .site-header to apply it to page xxx */
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment