Site logo

Archived topic

How to add Language Switcher to Left or Right of Logo

1 reply · Started by Hieu on August 16, 2018

Viewing posts 1–2 of 2

I have plugin WPML translator, I want to Language Switcher to Left of Logo
How can I do ?
Thanks!

Hi there,

You could try doing something like this:

.inside-navigation {
    display: flex;
}

.main-navigation .navigation-logo {
    order: 2;
}

.wpml-ls-legacy-list-vertical {
    order: 1;
    width: 125px;
}

div#primary-menu {
    order: 3;
}
This archived topic is closed to new replies.