[Resolved] puedo reducir este espacio (dentro del área roja)

Home Forums Support [Resolved] puedo reducir este espacio (dentro del área roja)

Home Forums Support puedo reducir este espacio (dentro del área roja)

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1606123
    Carlos Valdez

    How can I reduce this space (Within the red area, I already tried with CSS but couldn’t :(,
    It is in the mobile version. 🙁

    https://ibb.co/yNDrPqN

    #1606339
    David
    Staff
    Customer Support

    Hi there,

    you can use this CSS to target the 2nd Menu item and reduce its line-height:

    .main-navigation.slideout-navigation .main-nav ul li:nth-child(2) a {
        line-height: 45px;
    }
    #1607187
    Carlos Valdez

    THANKS

    #1607646
    David
    Staff
    Customer Support

    You’re welcome

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.