NavBar responsive Display is none
nate-byrnes opened this issue · 2 comments
nate-byrnes commented
Similar to #193, but instead of being a size issue, I am finding display: none;
due to .navbar.navbar-collapse nav>ul>li
. The only fix I've found is to set an ID on the <li>
and give that a display: block;
style. Am I missing something in expecting the default behavior to display the title?
This is occurring 3.2beta downloaded from getkickstart.com yesterday (13-Feb-2017)
karlitos commented
Hello, did you find a solution for this ? I noticed even the examples on the Kickstart webpage does not work properly.
NPM8 commented
Still, don't work
.navbar nav>ul>li.navbar-title { display: flex !important; }
this can repare