The Core

Why We Are Here => Web Development => Topic started by: rcjordan on March 13, 2013, 03:26:11 PM

Title: anybody using twitter bootstrap w/ dropdown Pill Nav responsive ??
Post by: rcjordan on March 13, 2013, 03:26:11 PM
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?
Title: Re: anybody using twitter bootstrap w/ dropdown Pill Nav responsive ??
Post by: rcjordan on March 13, 2013, 07:14:40 PM
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.