[Resolved] Move translation dropdown to inside mobile nav menu

Home Forums Support [Resolved] Move translation dropdown to inside mobile nav menu

Home Forums Support Move translation dropdown to inside mobile nav menu

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1373788
    Nadine

    Hi,
    I was able to add a hook to add the translation plugin dropdown menu to my navigation menu, but it doesn’t work well on mobile, it just pushed the mobile menu to the right.

    I would like to move it above the mobile menu and centered? Originally I was thinking inside the mobile menu, but I think above would be more practical.

    Thank you!!

    #1374030
    Leo
    Staff
    Customer Support

    Hi there,

    Try this CSS:

    @media (max-width: 768px) {
        .inside-navigation {
            flex-direction: column;
        }
        #translator .switcher {
            margin-left: auto;
            margin-right: auto;
        }
    }
    #1374656
    Nadine

    that worked, thank you!

    #1374746
    Leo
    Staff
    Customer Support

    No problem 🙂

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