-
-
Notifications
You must be signed in to change notification settings - Fork 79k
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
navbar-fixed-top wraps navbar-nav prematurely onto multiple lines #9566
Comments
Your options are basically:
There's no right answer for all situations, and it comes down to the fact that, since Bootstrap is generic, we don't know how many / how wide navbar items you'll have. |
Got it - feel free to delete this issue since it isn't a bug or feature request and I didn't mean to clog space with what turns out to be a site-specific issue. Great job with Bootstrap! |
(1) Can't delete GitHub issues (2) It's an instance of a fairly general problem. I've had to deal with it myself in my main Bootstrap v2 webapp. |
Then thank you for understanding and for your helpful advice. Hopefully it helps others as well who might be similarly situated with long navbars. |
i want to use two navebars both are fixed on top. when i used this one them hidden in background. can u help me? |
Please try StackOverflow for those sorts of questions, and especially please don't use comments on old, closed, only-tangentially-related issues to pose such questions. Thanks. |
Been looking at this (and I apologize if this issue was already addressed) - and took this site I'm working on (mcgarrybair.com) right out of the BS3 RC2 examples. Resizing the window from -lg to -md wraps the nav-bar into multiple lines. You can see this on the law firm site I just published at http://mcgarrybair.com - this causes the site to render unaccaptably in an iPad (tablet view). I think the navbar should not wrap - but go immediately from one-line of menus to collapse? Wrapping the navbar that is a navbar-fixed-top into multiple lines of li items causes it to overlap the content of the site.
The text was updated successfully, but these errors were encountered: