Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #1926543
Arrow drop-down menu mobile
Closed

Comments

  • Venturinelli started the conversation

    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!

  •  2,699
    PenciDesign replied

    Hi,

    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