Home Forums WoodMart support forum Menu scroll

Menu scroll

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

    aboriss
    Participant

    Hello. How can I scroll the menu separately, and not together with the sites? We have a long menu, it doesn’t fit

    #250774

    Hello,

    Thank you very much for choosing our theme and for contacting us.

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

    .header-categories-nav .categories-menu-dropdown {
    overflow-y:auto;
    max-height:500px;
    }
    .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);
    }

    Best Regards

    #250779

    aboriss
    Participant

    Thank you so much for your help!

    #250920

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

    Best Regards

    #251063

    aboriss
    Participant

    We have a new problem.
    When adding a submenu, a horizontal scrollbar appears (1.jpg), we would like only a vertical one (as in screenshot 2, the submenu is displayed)

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

    Hello,

    You see the scroll requiresoverflow:hidden;that cannot be used with the dro-down which requires overflow: visible; You can have wither scrolled menu block or menu with mega menu blocks but not both at the same time.

    Best Regards

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