• I have some drop down menus that are getting long. Any way to make them scroleable?

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Theme Author nobita

    (@nobita)

    Hi @cubmanky

    Thanks Review.

    for example.

    Add to Customize / Additional CSS

    
    #top #access .sub-menu,
    #top #access .children{
        overflow:scroll;
        overflow-x: hidden;
        max-height:400px;
        border:1px solid #ccc;
    }
    #top #access .sub-menu .sub-menu,
    #top #access .children .children,
    #top #access .sub-menu .children,
    #top #access .children .sub-menu{
        position:static;
        padding-left:2em;
        height:auto;
        clip:auto;
        width:100%;
    }
    

    Thank you.

Viewing 1 replies (of 1 total)
  • The topic ‘scrolable menu’ is closed to new replies.