css - Styling and collapsing with Bootstrap -
i'm going crazy styling predifined bootstrap classes. first of all, i've got problems access icon-bar class, doesn't styled. second of all, when shrinking browser, navigation bar collapses @ point before that, it's rearranged in 2 rows (brand continues in place menu gets second row). want collapsed when there's no space both menu , brand coexist in same row. how can solve this? html <header id="header-bar" class="navbar navbar-default navbar-fixed-top"> <div class="container-fluid"> <div class="navbar-header"> <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#menu"> <span class="icon-bar"></span> <!-- not styled --> <span class="icon-bar"></span> <!-- not styled --> <span class="icon-bar"></span> <!-- not sty...