MEnu

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

    marcusbay
    Participant

    In my mega menu if i have too many categories showing, how do i get it to say ” view more” rather then all showing? at the moment its showing all categories with a lot of white space

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

    Hello,

    Please provide your site admin access to the private area as your site is under maintenance, please provide page URL as well I will provide custom for the scroll, it is not possible to add “Load More”

    Best Regard s

    #204933

    marcusbay
    Participant

    Hi any update ?

    #204984

    Hello,

    Please provide your site admin access to the private area as your site is under maintenance, please provide page URL as well I will provide custom for the scroll, it is not possible to add “Load More”

    Best Regardі

    #205068

    marcusbay
    Participant

    I have already provided login information to you guy

    #205108

    Hello,

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

    .menu-mega-dropdown .sub-menu.menu_scroll {
    padding:10px;
    max-height:280px; 
    overflow-y:auto;
    }
    .menu-mega-dropdown .sub-menu.menu_scroll::-webkit-scrollbar {
                    width: 3px;
    }
                    
    .menu-mega-dropdown .sub-menu.menu_scroll::-webkit-scrollbar-track {
            background-color: rgba(0,0,0,.15);
    }                
    .menu-mega-dropdown .sub-menu.menu_scroll::-webkit-scrollbar-thumb {
                    background-color: rgba(0,0,0,.25);
    }

    Best Regards

Tagged: 

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