[Resolved] Moving the language switcher to the 2nd last position

Home Forums Support [Resolved] Moving the language switcher to the 2nd last position

Home Forums Support Moving the language switcher to the 2nd last position

  • This topic has 5 replies, 3 voices, and was last updated 2 years ago by Fernando.
Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #2173434
    Dominic

    Hello

    First of all, GP is awesome! I really like to work with it. 🙂

    I’d like to move the wpml language switcher in the main menu to the 2nd last position in the menu.

    The wpml support told me, it is possible with custom css. But it depends on the theme and site structur.

    Can you tell me if it is possible and if yes with what css code?

    Here is the site: https://zeitler.swiss/zeitler-ag-home/
    ( i want to change the language switcher with the contact button)

    Thanks for your help.
    Dominic

    #2173769
    Leo
    Staff
    Customer Support

    Hi there,

    How is the language switcher added?

    The code suggested that the contact button and the language switcher are both menu items so couldn’t you just swap them in the menu builder?

    #2179416
    Dominic

    Hi Leo

    There is no language switcher item in the wp menu settings, which you can choose.. you only can choose in the settings of wpml if you want the switcher at the frist or last position of the menu.

    thanks for your help.

    #2179433
    Fernando
    Customer Support

    Hi Dominic,

    I see. If that’s the case, here is a CSS code you may try:

    li.menu-item:nth-child(5){
        order:2;
    }
    
    li.menu-item:nth-child(6) {
        order:1;
    }

    Here is an article with regards to adding CSS: https://docs.generatepress.com/article/adding-css/#additional-css

    Adding this through Appearance > Customize > Additional CSS should work.

    Hope this helps! Kindly let us know how it goes. 🙂

    #2180620
    Dominic

    Hi Fernando

    It worked! 🙂

    Thanks for your help.

    #2180624
    Fernando
    Customer Support

    You’re welcome Dominic! Glad to be of assistance! Feel free to reach out anytime you’ll need assistance with anything else. 🙂

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