for me a variable should be added, @sizePhone:480px; @sizeTinyDesktop:480px; @sizeSmallDesktop:768px; @sizeDefaultDesktop:980px; @sizeLargeDesktop:1200px;
then add another varibale: @collapseNavSize:@sizeTinyDesktop; this should do the trick. On 3 Feb, 07:22, Chris Feist <[email protected]> wrote: > On Jan 31, 9:10 pm, Boardshop <[email protected]> wrote: > > > Is there an easy way to maintain thenavbar(used to be Topbar) when > > responsive kicks down to smartphone sizes? > > I had the same issue and I found that you just need to comment out all > of the lines that refer to .navbar in bootstrap-responsive.css. > > The following patch worked for me. > > --- bootstrap-responsive-orig.css 2012-02-02 22:19:29.000000000 > -0800 > +++ bootstrap-responsive.css 2012-02-02 22:19:52.000000000 -0800 > @@ -282,7 +282,7 @@ > body { > padding-top: 0; > } > - .navbar-fixed-top { > +/* .navbar-fixed-top { > position: static; > margin-bottom: 18px; > } > @@ -373,6 +373,7 @@ > .btn-navbar { > display: block; > } > +*/ > .nav-collapse { > overflow: hidden; > height: 0;
