Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Nav Collapse #5601

Closed
CMCDragonkai opened this issue Oct 22, 2012 · 1 comment
Closed

Nav Collapse #5601

CMCDragonkai opened this issue Oct 22, 2012 · 1 comment

Comments

@CMCDragonkai
Copy link

When I reduce the size of the window, my nav collapses.

When I click the menu button, the nav opens.

When I open (while leaving the menu button on) the size of the window, the nav expands, but the class of the nav-collapse element keeps the ".in" class in it. I suppose that this is so that when the window resizes back into a small window, the nav keeps its collapsed state.

However I've currently floated the nav ul to the right, so when I collapse it, I have to float none. This is all done manually as the bootstrap responsive is not overwriting the float: right. But because the state of the nav is still collapsed even when the window is resized to a bigger window, the nav ul is still floated: none. This creates a problem as the nav when in a big window needs to be floated to the right, and it looks messy when it stays in float none.

Granted most users would have clicked the menu button to close it before resizing the window, this is still an issue I would like to resolve.

@mdo
Copy link
Member

mdo commented Oct 22, 2012

Sorry, without a jsfiddle we cannot help. We also are limited by time in helping with customizations of Bootstrap. You'll have to clarify and give us an isolated example (of just the navbar you're using) so we can take a look.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants