change navbar collapse breakpoint
-
Nice theme. I am running into a brick wall attempting to change the navbar collapse breakpoint. I need the pancake menu to display on tablets for this page: https://cjehost.com/ncjwla3/. I did have some luck by adding this to my custom stylesheet – but now my pancake menu only drops down for a split second before hiding again.
@media (max-width: 768px) { .navbar-header { float: none !important; } .navbar-toggle { display: block !important; } .navbar-collapse { border-top: 1px solid transparent !important; box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1) !important; } .navbar-collapse.collapse { display: none!important; } .navbar-nav { float: none!important; margin: 7.5px -15px !important; } .navbar-nav>li { float: none !important; } .navbar-nav>li>a { padding-top: 10px !important; padding-bottom: 10px !important; } }
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘change navbar collapse breakpoint’ is closed to new replies.