Mobile menu enable only acordeon submenu.
-
Hello
i am a customer of yours and i need some help on mobile menu only!
I need to help me how to enable all menu items with arrows (menus with sub menus), to enable clicking all the main menu item but to show me the submenus. i mean if i click the arrow or the left side of menu item i need the same result, to open the submenus.
Please check screenshot
Thanks!
Kostas.
Sorry for my very bad english language!
Attachments:
You must be
logged in to view attached files.
Hi,
Try to add the following code snippet to the Custom CSS area in Theme Settings.
.mobile-menu-tab .icon-sub-menu:before {
content:"";
position: absolute;
left: -270px;
right: 0;
top: 0;
bottom: 0;
}
Regards
Thank you!
it work perfectly!
Best Support Ever!
Kostas!
The topic ‘Mobile menu enable only acordeon submenu.’ is closed to new replies.