Home › Forums › WoodMart support forum › Issue with Sub Menu
Issue with Sub Menu
- This topic has 7 replies, 2 voices, and was last updated 4 years, 7 months ago by
Artem Temos.
-
AuthorPosts
-
April 10, 2021 at 6:15 am #281082
Pixelfly-InnovationsParticipantHello,
I would like to know if it is possible to put a scrollbar in my “Browse Categories” Menu as I have quite a bunch of sub categories. Due to this a lot of sub menu items are going off screen. Please find the Screenshot for your reference.
The submenu ends up being too long for the screen size.Thank you!
April 10, 2021 at 6:59 am #281107
Pixelfly-InnovationsParticipantPlease find the attached screenshot
Attachments:
You must be logged in to view attached files.April 10, 2021 at 8:25 am #281145
Pixelfly-InnovationsParticipantPlease give me an custom CSS to rectify this issue
April 10, 2021 at 8:27 am #281146
Artem TemosKeymasterHello,
Unfortunately, it is not possible to add a scrollbar there. Even with custom CSS code. We recommend you reorganize your navigation with some kind of mega menu.
Kind Regards
April 10, 2021 at 8:47 am #281158
Pixelfly-InnovationsParticipantI am able to get the scrollbar with this CSS
.sub-menu {
max-height: 300px;
overflow-y: scroll;
overflow-x: hidden;
}But the 3rd level menu items are not showing up
April 10, 2021 at 9:03 am #281170
Artem TemosKeymasterYes, that is because you hide the overflow with CSS. When you add the scrollbar, you break other levels dropdowns.
April 14, 2021 at 5:46 am #282568
Pixelfly-InnovationsParticipantApart from scroll bar is there any other alternative for this?
I won’t be able to create a mega menu as there are just too many items in the sub category level. Or is it possible to split the contents into two coloumns?April 14, 2021 at 6:37 am #282608
Artem TemosKeymasterYes, you can create a mega menu with the page builder you use and split your items into columns https://xtemos.com/docs/woodmart/create-menu-2/
-
AuthorPosts
Tagged: menu, sottocategorie
- You must be logged in to create new topics. Login / Register
