Site logo

Archived topic

Sub-Menu Item Height for Mobile

3 replies · Started by Rizki on March 19, 2019

Viewing posts 1–4 of 4

Hi there,

How to configure sub-menu item height for mobile ?

Hi there,

the mobile sub menu item height respects the customizer settings for desktop. If you want to change that then try this CSS:

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

Yeah, it works :) Thank you.

You're welcome

This archived topic is closed to new replies.