Hi there,
I just upgrade to pro theme and changed the top-menu to a collapsed style, but I recognized a strange behavior on mobile.
I need to click any item twice to open it.
I made a few css adjustments to it, but I don’t think its coming from them.
/*Adjusting the submenu-items - always opened */
.x-menu .sub-menu {
display:block;
}
/remove underline from menu-items/
a:any-link {
text-decoration: none !important;
}
.e9120-4.x-menu > li > .x-anchor {
text-decoration: none !important;
}
Please check on that.
best regards,
Sebastian