This topic has 5 replies, 3 voices, and was last updated 5 years, 4 months ago ago by Rose Tyler
Hello,
I was wondering if I could make my second menu or a mega menu scrollable. I want to put a lot of content in my secondary menu and setting overflow-y:auto and max height also affects the width so a horizontal scroll also appears and items on the right don’t pop out. For reference, I’m using Electronics demo with the secondary menu “All departments”
Hello,
Try this custom code
.secondary-menu-wrapper #menu-secondary-menu {
height: 150px;
overflow-y: scroll;
overflow-x: hidden;
}
Regards
First, sorry for replying so late and second I didn’t describe my problem as clearly as I should have.
When I set those properties, the horizontal scrollbar is gone, but the fact that the child elements/menus don’t show – an example:
_______________________
| ALL CATEGORIES ˅
| – First option > *when hovering over or clicking there is no popout for submenus*
Is there a way to use the menu for links with child elements/links that can popup on the right as needed?
Hello @blazedesignsbg
Sorry, but it requests additional customization, so I can’t help you in this case – https://themeforest.net/page/item_support_policy
Feel free to ask if you have any other questions.
Regards
You must be logged in to reply to this topic.Log in/Sign up