Home Forums WoodMart support forum Too many categories

Too many categories

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #576754

    redmobilebg0
    Participant

    Hi,
    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.

    #576798

    Hello,

    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.

    #576809

    redmobilebg0
    Participant

    These 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.
    #576923

    Hello,

    Can you please share the page URL so I will check and give you a possible solution.

    Best Regards.

    #577016

    redmobilebg0
    Participant

    The site is not live yet. I’m waiting for the domain documents approving. Once is ready I will send it to you.

    #577057

    Hello,

    Ok I am waiting your response.

    Best Regards.

    #577145

    ohmytech.pl
    Participant

    i have the same situation. http://www.Euhurt.eu
    I want to fix that also

    #577333

    Hello,

    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

    #589905

    redmobilebg0
    Participant

    This 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.

    #589920

    Hello,

    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

Viewing 10 posts - 1 through 10 (of 10 total)