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
#Side_slide #menu ul li.submenu .menu-toggle::after {If you don't use a Side Slide, just delete #Side_slide from beginning of the code.position: absolute !important;
right: 10px !important;
}
#Side_slide #menu ul li.submenu .menu-toggle {
width:100% !important;
}
Thanks.