Comments Venturinelli started the conversationMarch 9, 2019 at 4:17pmHi there,The arrow on the drop-down menu is too small on mobile causing people to click on the first link instead of seeing the other options. How can I increase the clickable area to drop the menu options down?Thanks! 2,700PenciDesign repliedMarch 10, 2019 at 12:35pmHi,Please add more this code to Customize > Custom CSS to do that: @media only screen and (max-width: 960px){ .penci-menu-hbg .menu li a .indicator, #sidebar-nav .menu li a .indicator{ font-size: 24px; } } Change value 24 to any value as you want.Best Regards,PenciDesign Sign in to reply ...
Hi there,
The arrow on the drop-down menu is too small on mobile causing people to click on the first link instead of seeing the other options. How can I increase the clickable area to drop the menu options down?
Thanks!
Hi,
Please add more this code to Customize > Custom CSS to do that:
Change value 24 to any value as you want.
Best Regards,
PenciDesign