-
Notifications
You must be signed in to change notification settings - Fork 363
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
Navigation menu wraps when adding new menu items #4
Comments
Same problem here. |
Same problem... |
+1 |
Okay so to sum up:
If you want to add more items, you have to adapt their If you add more than 3 items or if the content of your items is long, it might wrap because the To make it scalable, we would have to use a CSS preprocessor like LESS or SASS to calculate the number of elements and adapt the percentages depending on this, which is a little bit overkill compared to just calculate it manually once :) If you have alternative solutions, please don't hesitate to share them! |
Possible workaround: |
Hi Sam, |
Verekia: I just tried Sam's solution and it seems to work perfectly. Can you explain why it breaks the responsiveness because it seems to solve the issue completely? |
If you put the width under To cater for Internet Explorer .oldie #header-container { .oldie #header-container header { .oldie #title { .oldie #header-container nav { |
Hi, I'm very new to this and cant seem to work out how to get another 2 navigational links in the header without the li wrapping. Also can you still produce responsive drop down menus with this? |
If I have 4 or more menu items in the navigations, the menu items can wrap onto the next line. I take width off
nav
andnav a
and it makes no difference. Would be more useful if the menu was more scalable (at least half a dozen menu items should be able to show without wrapping)The text was updated successfully, but these errors were encountered: