Viewing 1 replies (of 1 total)
  • Hello @mikepalmer,

    Please put the CSS below in Customizing > Custom CSS/JS > CSS Code:

    #site-header.vertical-header #site-navigation-wrap .dropdown-menu > li.current-menu-parent .sub-menu {
        display: block !important;
    }
    
    #site-header.vertical-header #site-navigation-wrap .dropdown-menu > li.current-menu-ancestor .sub-menu {
        display: block !important;
    }

    I hope that helps.
    Best Regards

Viewing 1 replies (of 1 total)
  • The topic ‘Sub-sub-menu to remain visible in Vertical header’ is closed to new replies.