css - How can I set my navbar to collapse when my page falls within the breakpoint for col-md? -
when using bootstrap i'm having issues navbar turning 2 rows before collapses. how can increase point @ collapse happens? bootstrap example here shows issue i'm dealing with: http://getbootstrap.com/examples/jumbotron/
if decrease size of browser form inputs drop second line before whole navbar collapses button.
you'd need go bootstrap's customize section, there you'll find option named @grid-float-breakpoint
description reads
point @ navbar stops collapsing.
set value @screen-md
, download custom css
Comments
Post a Comment