Site logo

Archived topic

Mobile Menu Height

3 replies · Started by Robert on May 2, 2019

Viewing posts 1–4 of 4

How can I have my mobile header stay one height while getting the mobile menu items to another? I'd like the header to stay the height it is while making the menu items shorter. Right now, they're much too tall. Thanks!

Hi there,

try this CSS:

@media (max-width: 768px) {
    .main-navigation .main-nav ul li a {
        line-height: 50px;
    }
}

Perfect! Thank you David!

You're welcome

This archived topic is closed to new replies.