Site logo

Archived topic

Move translation dropdown to inside mobile nav menu

3 replies · Started by Nadine on July 23, 2020

Viewing posts 1–4 of 4

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!!

Hi there,

Try this CSS:

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

that worked, thank you!

No problem :)

This archived topic is closed to new replies.