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

Popular posts from this blog

get url and add instance to a model with prefilled foreign key :django admin -

css - Make div keyboard-scrollable in jQuery Mobile? -

ruby on rails - Seeing duplicate requests handled with Unicorn -