[Resolved] no menu on cell phones

Home Forums Support [Resolved] no menu on cell phones

Home Forums Support no menu on cell phones

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #664288
    Torsten

    oups, I closed the previous ticket too fast, there was still this subject:
    On cell phones I donโ€™t need the Menu (which is in a widget on desktop), rather full width with 10px margins.
    Thx, Torsten

    #664550
    Leo
    Staff
    Customer Support

    Hi there,

    The site you linked isn’t working for me.

    Can you double check?

    Thanks!

    #664633
    Torsten

    sorry, I moved the domain to the client server, please try https://bit.ly/2N4Smov instead
    best,
    Torsten

    #664696
    Leo
    Staff
    Customer Support

    So basically you are trying to hide the menu toggle on mobile?

    #665007
    Torsten

    yes please.
    ๐Ÿ˜‰

    #665357
    Leo
    Staff
    Customer Support

    Try this CSS:

    @media (max-width: 768px) {
        .main-navigation {
            display: none;
        }
    }
    #665367
    Torsten

    thx a lot, again.
    ๐Ÿ˜‰

    #665368
    Leo
    Staff
    Customer Support

    No problem ๐Ÿ™‚

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