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

    Hi,

    is it possible to sho the nested sidebar menu (i have 3rd level) completely expand. at the moment it only expands when clicking on the main menu point.

    kr dirk

    #632906

    Hey schnippel,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    
    #top .widget_nav_menu ul ul{
        display: block;
    }
    

    Best regards,
    Josue

    #633560

    works great – thanks. is there a chance to expand only the 1st and 2nd hierachy from sidebar. at the moment it exand all (3rd)

    #634242

    Hi,

    Try with this instead:

    #top .widget_nav_menu > ul > li > ul{
        display: block;
    }

    Best regards,
    Josue

    #634253

    works – thank you very much!

    #634258

    You are welcome, glad to help :)

    Regards,
    Josue

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.