Is it possible to click on the menu text, not just the plus icon, on mobile devices?

Hi

When I want to click on an item of menu on my mobile device, I have to click not on the text on the menu (for example, on the image, on "Activiades"), but on the plus icon.

I would like to know if it is possible to make clickable also the text, I guess it is more friendly for users that does not realize they have to click on the plus icon.


Thanks in advance


Comments

  • Hello,

    Please, go to Betheme -> Theme options -> Custom CSS & JS -> CSS, and put there the following Custom CSS Code.

    #Side_slide #menu ul li.submenu .menu-toggle::after {
    	position: absolute !important;
    	right: 10px !important;
    }
    #Side_slide #menu ul li.submenu .menu-toggle {
    	width:100% !important;
    }
    

    Thanks

Sign In or Register to comment.