[Mobile] Open Submenu entries by clicking on the text of parent menu

Hello guys,

I figured out, that on mobile, sub menu items (where the parent menu item is just a link with a '#' to not open a page) are only possible to open by clicking on the plus icon on the right but not on the parent link text itself. 

Is it somehow possible to do that in an easy way or do I need a plugin (as the link above, but doing the whole styling part again)?

Thanks in advance.

Comments

  • Hi,
    Please use this custom css code:
    #Side_slide #menu ul li.submenu .menu-toggle::after {
    position: absolute !important;
    right: 10px !important;
    }
    #Side_slide #menu ul li.submenu .menu-toggle {
    width:100% !important;
    }
    If you don't use a Side Slide, just delete #Side_slide from beginning of the code.
    Thanks.
Sign In or Register to comment.