Home Forums WoodMart support forum Categories Menu in header

Categories Menu in header

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #252359

    dan
    Participant

    Hi, I use the categories widget in header builder and i choose also to limit the categories as you can see in my photo attached.

    The problem is when in front end someone expand all categories (Shop brands) they need to scroll in over 200 brands and in future it may be way more.

    Is there possible to add a scroll within the menu in order to be able to show all brands without the need to scroll?

    Thanks!

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

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    .header-categories-nav .categories-menu-dropdown {
    overflow-y:auto;
    max-height:600px;
    }
    .categories-menu-dropdown::-webkit-scrollbar {
    	width: 3px;
    }
    .categories-menu-dropdown::-webkit-scrollbar-track {
    	background-color: #D9D9D9; 
    }
    .categories-menu-dropdown::-webkit-scrollbar-thumb {
    	background-color: rgba(0,0,0,.25);
    }

    Disabling the category number limit.

    Best Regards

    #252420

    dan
    Participant

    Hi,

    Seems to work.
    Thank you!

    #252437

    You are welcome! If you have any questions please feel free to contact us.

    Best Regards

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