Viewing 5 replies - 1 through 5 (of 5 total)
  • hannah

    (@hannahritner)

    Hey,
    Thanks for reaching out! What is the key difference you’re wanting between what you currently have? Are you just wanting it stretched fullwidth?
    Thanks in advance for clarifying!

    Kindly,
    Hannah

    Thread Starter freddyee

    (@freddyee)

    right now the mobile menu display in the full screen , but I just want it to display like this https://snipboard.io/BiPwJd.jpg

    hannah

    (@hannahritner)

    You can set a max-height for your mobile menu with css like this:

    .drawer-inner {
        max-height: 500px;
    }

    Does that work as you’re wanting?

    Kindly,
    Hannah

    Thread Starter freddyee

    (@freddyee)

    yes, thank you very much

    hannah

    (@hannahritner)

    Happy to help!

    Best,
    Hannah

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘mobile menu’ is closed to new replies.