[Resolved] WPML Language Switcher doesn' go to the right

Home Forums Support [Resolved] WPML Language Switcher doesn' go to the right

Home Forums Support WPML Language Switcher doesn' go to the right

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1194748
    Klaus

    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.

    #1194769
    David
    Staff
    Customer Support

    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;
    }
    #1194830
    Klaus

    Yes, that did it. Thanks.

    #1194847
    David
    Staff
    Customer Support

    You’re welcome

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