[Resolved] Mobile menu vertical positioning and label font size

Home Forums Support [Resolved] Mobile menu vertical positioning and label font size

Home Forums Support Mobile menu vertical positioning and label font size

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1105424
    Paul

    Hi guys

    For the hamburger mobile menu could you possibly help on the following:

    1. How to control the vertical positioning of the hamburger menu and its Menu label

    2. How to control the Menu label font size independent of the hamburger icon size
    https://ibb.co/dBfg57q

    #1105907
    David
    Staff
    Customer Support

    Hi there,

    try this CSS:

    #mobile-header .menu-toggle {
        line-height: 60px;
        align-self: flex-end;
    }
    .menu-toggle .mobile-menu {
        font-size: 20px;
    }
    #1106242
    Paul

    Thanks again David, this works well!

    cheers
    Paul

    #1106726
    David
    Staff
    Customer Support

    Glad to be of help

    #1106728
    David
    Staff
    Customer Support

    Glad to be of help

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.