Archived topic
WPML Language Switcher doesn' go to the right
3 replies · Started by Klaus on March 14, 2020
Hello, I (guess), I have done everything like in this post:
https://generatepress.com/forums/topic/how-to-add-wpml-language-switcher-to-nav/#post-1194596
But my "language switcher" doesn't want to go to the right. I have set: "navigation as header". And the navigation is also positioned at the right hand side. When I position it in the "center" the wpml-switcher doesn't move, and when I deactivate "sticky navigation", still no reaction.
Hi there,
the Navigation as Header uses CSS Flexbox so we can use the order property to move ie - so try adding this CSS:
.wpml-switcher {
order: 10;
}
Yes, that did it. Thanks.
You're welcome