hi
i am building a wordpress site with bootstrap, and i use wp_bootstrap_navwalker.
since bootstrap 3 doesn’t support multi level sub menus, i need this plugin, which looks great.
i have an issue positioning the sub menus, even thou i played with these:
$('.navbar-nav').smartmenus({
subMenusSubOffsetX: 10,
subMenusSubOffsetY: -38
});
in desktop the sub menus appear at the bottom.
not sure how can i upload a screen shot here.
in addition the bootstrap arrow is replaced with the + .
how can i change those?
best regards