Two Level Menu Issue
-
For some reason the moderator thought this topic should have been closed…. SO let me reopen it.
To be more clear with my problem. The menu does not push down all the way on first load. You must click the menu item once close the menu and open it again then the sub menus will push down. I think i know where you can find the source of this problem…
I noticed that the div containing the class “nav-collapse in collapse”
has a style of height set to a specific number when close it is at 0, when first opened it is assigned another specific number i.e. 288px. This is where the problem is because its set to a specific height.However, when i close the menu and open it back up this height is now set to AUTO. Can you please look into this? Seems like a javascript error.
ANYWAY— my hack to fix this problem was to add this bit of code to the min.css file
.nav-collapse.in.collapse {
height: auto !important;
}
- The topic ‘Two Level Menu Issue’ is closed to new replies.