anybody using twitter bootstrap w/ dropdown Pill Nav responsive ??

Started by rcjordan, March 13, 2013, 03:26:11 PM

Previous topic - Next topic

rcjordan

I like it and hate to abandon it for a tab or text menu but the code seems flakey. Lots of on-going bug reports about the secondary nav links not working once the navbar has collapsed.   Anybody worked out a fix?

rcjordan

You can try adding this css class:

.nav-collapse.collapse.in {
height: auto !important;
}


http://stackoverflow.com/questions/15132559/twitter-bootstrap-ie9-nav-collapse-not-pushing-rest-of-content-down

That seems to have the desktop working. Will try it on android phone and tablets later.