Skip to content

Instantly share code, notes, and snippets.

@rbishop
Created February 18, 2013 01:56
Show Gist options
  • Select an option

  • Save rbishop/4974678 to your computer and use it in GitHub Desktop.

Select an option

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