Home Forums WoodMart support forum Category Menu: missing scrollbar

Category Menu: missing scrollbar

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #490795

    adrian.muehleisen
    Participant

    The Category Menu on the left side has no scroll bar, so only some categories are displayed.

    How can there a scrollbar be added? So that all categories are displayed

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

    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-y: scroll;
    }
    
    .wd-nav-vertical>li>a {
        padding: 10px 18px;
        font-size: 11px;
        line-height: 16px;
    }

    Best Regards.

    #491069

    adrian.muehleisen
    Participant

    I have added the code but there is still no scroll bar. Is there anything else I need to do? Cache was also cleared

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

    Hello,

    But 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 enable scroll try this code and check the issue. If the issue remains, share the wp logins details of your site i will check and give you a possible solution.

    Best Regards.

    #491274

    adrian.muehleisen
    Participant

    Hello,

    it is not possible to define the scroll. Please check the Private content for the credentials

    #491321

    Hello,

    Try to add this code:

    .wd-sticky-nav{
       overflow-y: scroll !important;
    }
    .wd-nav-vertical>li>a {
        padding: 10px 18px;
        font-size: 11px;
        line-height: 16px;
    }

    Best Regards.

    #491358

    adrian.muehleisen
    Participant

    Yes this works. Thank you!

    #491406

    Most Welcome!!!.

    I’m so happy to hear you are pleased with the Theme and Support. XTEMOS strives to deliver the best customer experience, and it makes our day to hear we have accomplished that.

    We count ourselves lucky to have you as a customer. You can always reach us at any time. We are always here to help you.

    Thanks for contacting us.
    Have a great day.

    Topic Closed.
    Best Regards.

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

The topic ‘Category Menu: missing scrollbar’ is closed to new replies.