Skip to content

Instantly share code, notes, and snippets.

@rbishop
Created February 18, 2013 01:56
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 rbishop/4974678 to your computer and use it in GitHub Desktop.
Save rbishop/4974678 to your computer and use it in GitHub Desktop.
Fixes the issue where the fixed navigation menu in Twitter Bootstrap sits on top of your main div container.
// Add #main to the second div.container
@media (min-width: 720px) {
#main {
margin-top: 50px;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment