[Resolved] Main navigation alignment

Home Forums Support [Resolved] Main navigation alignment

Home Forums Support Main navigation alignment

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #2021167
    Sandro

    Hi
    I would like different main menu alignment for mobile and desktop version

    I would like:
    – Desktop/Tablet: main menu on the right
    – Mobile: main menu on the center

    Is it possible?

    #2021221
    David
    Staff
    Customer Support

    Hi there,

    try adding this CSS:

    @media(min-width: 500px) {
        nav .inside-navigation .navigation-branding {
            margin-right: auto;
        }
    }
    #2021283
    Sandro

    wow
    this support forum is fantastic!

    #2021304
    David
    Staff
    Customer Support

    Glad to hear that 🙂

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