Skip to content

Instantly share code, notes, and snippets.

@robneu
Last active December 19, 2015 10:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save robneu/5942197 to your computer and use it in GitHub Desktop.
Save robneu/5942197 to your computer and use it in GitHub Desktop.
Add padding to the body element equal to the height of your fixed header element.
/*
Body Element
---------------------------------------------------------------------------------------------------- */
/* This Should Be Equal to the Height of your
* fixed header bar.
--------------------------------------------- */
body {
padding-top: 81px;
padding-top: 8.1rem; /* Only Add this in Genesis 2.0 */
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment