Home Forums WoodMart support forum left category menu can not scroll up / down to see more in the menu

left category menu can not scroll up / down to see more in the menu

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #430067

    galaxyspace84
    Participant

    Hello,
    I have a long left mega menu list (Showing 18 product categories). but at home page I can see only 9 categories. problem is I can not scroll up or down to see more product categories below the menu list.
    this way even if you have more categories in the menu, a user never see it. but at least a user should be able to scroll up and down to see more categories in the menu list. (when i say scroll up/ down i dont mean the whole page. i mean the only menu category).
    so can you see if you can fix this work around ?. This problem is exposed when you list more items , but for a small product store this issue may not have been noticed. so as long as you dont have more items that exceed around 10 , this wont be a issue.

    Attachments:
    You must be logged in to view attached files.
    #430199

    Hello,

    Please try to use the below custom CSS code and paste it to Theme Settings >> Custom CSS >> Global CSS code section:

    .whb-sticked .whb-header-bottom .wd-dropdown {
        overflow: scroll;
    }

    Best Regards.

    #430326

    galaxyspace84
    Participant

    Hi,
    Really appreciate your support.
    I pasted the css code and now the scroll bar is available. but it still does not scroll enough to see the lowest item in the menu. there should be more items in the menu . but scroll stops at one stage .

    any work around please ?

    thank you

    Attachments:
    You must be logged in to view attached files.
    #430584

    Hello,

    Please try to use the below custom CSS and delete the old custom CSS given earlier:

    .whb-sticked .whb-header-bottom .wd-dropdown {
        overflow-y: scroll;
    }
    
    .wd-nav-vertical>li>a {
        padding: 10px 18px;
        font-size: 11px;
        line-height: 16px;
    }

    Best Regards.

    #430698

    galaxyspace84
    Participant

    Hello,
    It looks like you have reduced the font size to cover the maximum menu item for scrolling . and menu item list does not look nice in this size of font. any way i will accept for the moment since there is no proper solution. but can you please fix this issue and accommodate the real requirement in the next woodmart theme update please ?

    thank you

    #430709

    Hello,

    Yes, we will send it to the development team they will check and solve the issue in the theme.

    Thanks for contacting us.
    Have a great day.

    Topic Closed.
    Best Regards.

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

The topic ‘left category menu can not scroll up / down to see more in the menu’ is closed to new replies.