Level 3 submenu bug on mobile

Hello

9 times out of 10 on mobile, when you click on a sub-menu, the sub-menu doesn't open and you go to the sub-menu link instead. Basically, to be clearer, we have a level 1 menu with level 2 links and sometimes level 3 links, but clicking on the little “+” next to the level 2 links takes us to the link rather than scrolling down to level 3. 

On mobile : https://www.cyclesblondin.com/

Open burger menu : click "Velos" and try to open sub menu "Velos VTT", see ? Ours clients are complaining about not be able to open level 3.

Thanks for help

Comments

  • Hi,

    You can try to extend the clickable area for the "+" button with the following CSS code:

    #Top_bar #menu ul li ul li a.menu-toggle {
     width: 80px!important;
    }
    

    Put it in Betheme -> Theme options -> Custom CSS & JS -> CSS.

    Let me know if it is better.


    Best regards

Sign In or Register to comment.