Skip to content

Instantly share code, notes, and snippets.

@lnmunhoz
Created August 20, 2015 19:07
Show Gist options
  • Save lnmunhoz/c8fa50ff4a6552101a71 to your computer and use it in GitHub Desktop.
Save lnmunhoz/c8fa50ff4a6552101a71 to your computer and use it in GitHub Desktop.
boostrap3: navbar collapsed by default for all screen sizes.
@media (max-width: 2000px)
.navbar-header
float: none
.navbar-left, .navbar-right
float: none !important
.navbar-toggle
display: block
.navbar-collapse
border-top: 1px solid transparent
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1)
.navbar-fixed-top
top: 0
border-width: 0 0 1px
.navbar-collapse.collapse
display: none !important
.navbar-nav
float: none !important
margin-top: 7.5px
> li
float: none
> a
padding-top: 10px
padding-bottom: 10px
.collapse.in
display: block !important
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment