html - Collapsed Navbar no longer appears, what happened? -


i using carousel template page , comes code navbar collapses when screen width less px size. , using brackets live preview , navbar collapse properly.

i made changes carousel , font sizes in nav bar. when screen width small, nav bar doesn't show individual list items (as expected) button collapsed nav doesn't appear.

i using chrome view it.

http://getbootstrap.com/examples/carousel/

edit: figured out happened.

i changed following auto fixed width of 1000px. caused dropdown button show way off page when small width.

.navbar-wrapper .navbar .container {   width: auto; } 

in order fix this, added above code (but set 1000px) in media query section of css applies larger width screens.

i figured out happened.

i changed following auto fixed width of 1000px. caused dropdown button show way off page when small width.

.navbar-wrapper .navbar .container {   width: auto; } 

in order fix this, added above code (but set 1000px) in media query section of css applies larger width screens.


Comments

Popular posts from this blog

javascript - Chart.js (Radar Chart) different scaleLineColor for each scaleLine -

apache - Error with PHP mail(): Multiple or malformed newlines found in additional_header -

java - Android – MapFragment overlay button shadow, just like MyLocation button -