Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
It's a quickfix, not a rewrite. That entire usage is not designed for what you're doing (large amount of menu items; at most it's setup for like 4-5). That entire usage needs its styling rewritten to handle wrapping. The menu also only takes up 65% of its space to allocate some to the search input to avoid overlapping one another.That shows all the menu items now when they wrap down to a second line if the browsers width is reduced. However, now I have a bunch of space to the left and right of the menu. Between the logo and the menu and the menu and the search field. You can see it at ohconline.com/
That'd be another bug to fix. It shouldn't hide them at all or even use a hover even as that doesn't work on mobile. It should always display child menu items when collapsed like that.The other thing that is happening is when you narrow the width of the browser down to where the menu button shows up and click on it to show the menu. The sub-menus have a line space between each sub-menu item and when you try to hover over one of the sub-menu items to select it the sub-menu disappears.
Please Log in or Create an account to join the conversation.