Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #942247

    Hi

    How do I reduce the size of the burger on smaller devices please.

    Thanks

    Huw

    #942259

    same shit different name: with mediaquery (play with the values and determine the 480px if it is small enough etc.

    @media only screen and (max-width: 480px) {
      .av-hamburger-inner, .av-hamburger-inner::before, .av-hamburger-inner::after {
        width: 30px;
        height: 2px;
    }
    .av-hamburger-inner::before {
        top: -8px;
    }
    .av-hamburger-inner::after {
        bottom: -8px;
    }
    }
    #942406

    Hi,

    Thanks for sharing @guenni007, did you try that out @ehdavies?

    Best regards,
    Rikard

    #942448

    This is great Guenni. Many thanks for your help!

    Huw

    #942907

    Hi,

    Thanks for the feedback and thanks @guenni007 for helping out. Please let us know if you should need any further help on the topic or if we can close it @ehdavies.

    Best regards,
    Rikard

    #942909

    Please close. Thanks for this guys.

    #943367

    Hi,

    Thanks for letting us know. I’ll close this for now then.

    Best regards,
    Rikard

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Size of burger menu on smaller devices’ is closed to new replies.