Home Forums WoodMart support forum Mobile menu enable only acordeon submenu.

Mobile menu enable only acordeon submenu.

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #140494

    kostasm
    Participant

    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.
    #140535

    Bogdan Donovan
    Keymaster

    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

    #141878

    kostasm
    Participant

    Thank you!
    it work perfectly!

    Best Support Ever!

    Kostas!

    #141887

    Artem Temos
    Keymaster

    You are welcome!

Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)

The topic ‘Mobile menu enable only acordeon submenu.’ is closed to new replies.