-
Notifications
You must be signed in to change notification settings - Fork 122
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
Why is navbar collapse set on md screen? #138
Comments
Hey @cordasfilip, thanks for the feedback. I just took a look on IE11 and am seeing it fill full-width, at least inside the padding of it's container. Do you have a more specific example I can take a look at? As for the breakpoint, our designs require it at 1084, so that'll stay. I think there are a couple override options you could consider:
|
Thanks for the response |
Hi cordasfilip, yes, you're right, I haven't seen that because my desktop is big and in phone looks fine. |
Hi cordasfilip, one of my customers got the same issue you're reporting, because they have small screen devices. Have seen into the code and applied a fix. If you want, you can use my own repository, once Martin can update the official one. |
In bootstrap the navbar isn't collapsed on 1024 width where as in winstrap it is.
Is there a way to get the default behavior for navbar in winstrap?
Also the collapsed navbar doesn't fill the whole width in IE 11?
The text was updated successfully, but these errors were encountered: