Site logo

[Resolved] Mobile menu settings: center logo and position cart and nav below and centered

Home Forums Support [Resolved] Mobile menu settings: center logo and position cart and nav below and centered

Home Forums Support Mobile menu settings: center logo and position cart and nav below and centered

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #2416888
    Aaron

    Hi,
    I’m trying to understand the menu settings for Navigation drop point. But it doesn’t seem to be working. I’d like to have the mobile nav drop below the logo at 400 px width be centered, and center the logo above.
    Screenshot:
    https://www.webpagescreenshot.info/#v2=pid0hksux

    Thanks

    #2417026
    Ying
    Staff
    Customer Support

    Hi Aaron,

    Try this CSS:

    @media (max-width: 400px) {
        .inside-header.grid-container {
           flex-direction: column;
            align-items: center;
        }
        .inside-header nav#mobile-menu-control-wrapper {
            margin-left: auto;
            margin-right: auto;
        }
    }
    #2417068
    Aaron

    Thanks!

    #2417131
    Ying
    Staff
    Customer Support

    No problem 🙂

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