Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #849455

    LLD
    Participant

    Hello,

    I am working on this site: http://legendlanddolls.com/

    While checking the mobile version, I found that the “References” menu item’s focus field is on the arrows (red line) and I want to make it bigger to cover the entire “References” (green line). Please, help me to change the focus field.

    Thank you,
    Loriana

    #849458

    LLD
    Participant
    This reply has been marked as private.
    #849528

    Paul R
    Moderator

    Hi Loriana,

    Thanks for writing in!

    You can add this under Custom > CSS in the Customizer.

    
    .x-nav-wrap.mobile .menu-item-42 .x-sub-toggle {
        left: 0;
        padding-left: 70px;
    }
    

    Hope that helps

    #849668

    LLD
    Participant

    Thank you! 🙂

    #849770

    Thai
    Moderator

    You’re very welcome 🙂