By default the submenu (when not using the flat behavior) will open when you click on the toggler icon + / - sign. Sometimes you want to open the submenu when the user clicks anywhere on the parent item. This is possible using a CSS code :

 

.mobilemenuck-togglericon::after {
background: none !important;
width: 100% !important;
text-align: right !important;
margin-right: 5px;
}

 

You can place this code into your template, or in the custom css area in the styling options of the Mobile Menu CK.

Note that this will affect the way the icon looks like, because it will remove the background of it and change slightly its postion.