Site logo

Archived topic

mobile menu line height

3 replies · Started by Torsten on June 3, 2020

Viewing posts 1–4 of 4

Hi,
another question.
On smaller cell phone displays some of the lower items are outside the screen.
using
Customizer / Layout / Primary Navigation / Menu Item Height
has an effect only on the logo, not the line-height of the menu items.
Thanks for your faboulous support!
best,
Torsten

Hi there,

you have this CSS - the line-height property is overriding the customizer:

.main-navigation .main-nav ul li a {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 0px;
    padding-bottom: 0px;
    line-height: 60px; /* This is overriding customizer */
    font-size: 16px;
    text-align: right;
}

thanks for indicating...

You're welcome

This archived topic is closed to new replies.