[Resolved] Sub-Menu Item Height for Mobile

Home Forums Support [Resolved] Sub-Menu Item Height for Mobile

Home Forums Support Sub-Menu Item Height for Mobile

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #843055
    Rizki

    Hi there,

    How to configure sub-menu item height for mobile ?

    #843154
    David
    Staff
    Customer Support

    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;
        }
    }
    #843429
    Rizki

    Yeah, it works 🙂 Thank you.

    #843441
    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.