[Resolved] mobile menu line height

Home Forums Support [Resolved] mobile menu line height

Home Forums Support mobile menu line height

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1312332
    Torsten

    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

    #1312363
    David
    Staff
    Customer Support

    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;
    }
    #1312367
    Torsten

    thanks for indicating…

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