Okay
  Public Ticket #891223
sidebar menu submenu items
Closed

Comments

  •  2
    Andrew started the conversation

    hi, 

    i have some strange behavior with my sidebar menu. when hovering on a menu item the element expands to reveal the sub-menu items. if there are more than one sub-menu items, only the first item shows an underscore 'link' when hovered on. if there is only one sub-menu item, there is no hover-underscore. all my menu and sub-menu items are custom links to portfolio pages.

    hope you can help.

    andrew

  •  1,558
    Laborator replied

    Hi Andrew,

    Add the following CSS to Custom CSS to get this issue fixed:

    .sidebar-menu-wrapper.menu-type-sidebar-menu .sidebar-menu-container .sidebar-main-menu ul.menu ul > li > a:after {
        height: 1px;
        bottom: 0px;
    }
    

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group

  •  2
    Andrew replied

    done, and it works, but the 'reveal' effect is still jerky. when there is only one sub-menu item as the menu expands it pushes the mouse down to the following menu item, so you have to move back up to select the sub-menu item.

    i didn't explain it very well, but do you understand what i mean?

    andrew

  •  1,558
    Laborator replied

    Hi Andrew,

    That's not a bug, that's just how the menu works because of your sub menu above the one with a single sub-menu, once you move the cursor out of that menu you won't have this problem and there isn't any fix for this.

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group

  •  2
    Andrew replied

    got it. thanks. close thread.

    andrew