Site logo

Archived topic

puedo reducir este espacio (dentro del área roja)

3 replies · Started by Carlos Valdez on January 5, 2021

Viewing posts 1–4 of 4

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

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;
}

THANKS

You're welcome

This archived topic is closed to new replies.