Skip to content

Instantly share code, notes, and snippets.

@DanielSantoro
Created August 8, 2014 15:24
Show Gist options
  • Save DanielSantoro/7ccb880f66770b8e3962 to your computer and use it in GitHub Desktop.
Save DanielSantoro/7ccb880f66770b8e3962 to your computer and use it in GitHub Desktop.
Move Zephyr navigation to the top of the page
/* Zephyr Navigation to Top */
.site-header {
top: 0;
bottom: inherit;
}
.footer {
padding: 2.618em 0 1.874em;
}
.main.fullwidth, .layout-full .main, .col-full {
padding-top: 1.4em;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment