html - How can I auto-expand my menu on responsive version of site (twitter bootstrap) -
my twitter bootstrap website www.airterrariums.com.au
how can have menu auto-expand instead of collapsing when in responsive mode.
just add "in" class list of div:
<div class="nav-collapse collapse">
so becomes:
<div class="nav-collapse collapse in">
Comments
Post a Comment