Home › Forums › WoodMart support forum › Too many categories
Too many categories
- This topic has 9 replies, 3 voices, and was last updated 12 months ago by
Aizaz Imtiaz Awan.
-
AuthorPosts
-
July 1, 2024 at 2:44 pm #576754
redmobilebg0ParticipantHi,
I’ ve got too many categories and the dropdown menu doesn’t show all of them and it can’t scroll to the bottom. Is there a fix for this or I have to do it on myself.July 1, 2024 at 4:13 pm #576798
Aizaz Imtiaz AwanKeymasterHello,
Can you please explain your issue with the help of the screenshots for a better understanding? Where do you want to fix the categories?
Best Regards.
July 1, 2024 at 4:36 pm #576809
redmobilebg0ParticipantThese are part of my categories and I have a few more. If I try to scroll down, the dropdown doesn’t scroll, only the whole page but not enough to see all categories.
Attachments:
You must be logged in to view attached files.July 2, 2024 at 9:44 am #576923
Aizaz Imtiaz AwanKeymasterHello,
Can you please share the page URL so I will check and give you a possible solution.
Best Regards.
July 2, 2024 at 11:59 am #577016
redmobilebg0ParticipantThe site is not live yet. I’m waiting for the domain documents approving. Once is ready I will send it to you.
July 2, 2024 at 1:59 pm #577057
Aizaz Imtiaz AwanKeymasterHello,
Ok I am waiting your response.
Best Regards.
July 2, 2024 at 5:02 pm #577145
ohmytech.plParticipanti have the same situation. http://www.Euhurt.eu
I want to fix that alsoJuly 3, 2024 at 10:37 am #577333
Aizaz Imtiaz AwanKeymasterHello,
The navigation menu items must fit on the screen, in case menu items don’t fit, you need to somehow reorganize the menu. It is impossible to define the “scroll” there because in this case the drop-down submenus will be cut off by the “overflow”.
If you want to use the scroll try to use this custom css code in Theme Settings > Custom CSS > Global Custom CSS:
.wd-event-hover:hover > .wd-dropdown, .wd-event-click.wd-opened > .wd-dropdown, .wd-dropdown.wd-opened { max-height: 400px; /* Adjust this value as needed */ overflow-y: auto; }
Best Regards
August 13, 2024 at 3:12 pm #589905
redmobilebg0ParticipantThis should be fixed, you can’t know what is the sized of the screen of the user in order to know how many categories you can have in the dropdown menu. I cut them half and on my pc is ok but on my laptop 15.6 inches is not.
August 13, 2024 at 3:35 pm #589920
Aizaz Imtiaz AwanKeymasterHello,
Initially, this menu is designed to contain as many menu items as can contain the screen height.
You have added too many items and cannot show them by default.
The only way to show them all is to overflow in CSS, in this case, the menu would not be able to offer the drop-down mega menu.
As an alternative, you can redesign the menu and make main and secondary categories in the mega menu.
If you have any questions please feel free to contact us.
Best Regards
-
AuthorPosts
- You must be logged in to create new topics. Login / Register