Hi Support team,
The touch/click on menu item is not dropping down the sub-menu items (although it is working perfectly when touching the little arrow)
After digging a bit , I found that menu href is not implementing the toggle
<a href="#" class="menu-item parent"><span class="menu"><span class="menu-title">Products</span></span></a>
as implemented in
<span class="sp-menu-toggler collapsed" data-toggle="collapse" data-target=".collapse-251"><i class="icon-angle-right"></i><i class="icon-angle-down"></i></span>
Would you help to figure out how to implementation it?