[Support request] How to add Language Switcher to Left or Right of Logo

Home Forums Support [Support request] How to add Language Switcher to Left or Right of Logo

Home Forums Support How to add Language Switcher to Left or Right of Logo

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #650288
    Hieu

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

    #650876
    Tom
    Lead Developer
    Lead Developer

    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;
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.