[Resolved] Change order of menu items

Home Forums Support [Resolved] Change order of menu items

Home Forums Support Change order of menu items

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1130177
    Santa

    Hello!

    Is it possible to change the order in secondary menu items and place language switcher before social icons?
    Thank you!

    #1130413
    David
    Staff
    Customer Support

    Hi there,

    i assume the Language Switch menu item doesn’t show up in the Dashboard > Menus ?
    If it doesn’t then try this CSS:

    .secondary-navigation ul {
        display: flex;
    }
    .secondary-navigation li.nav-button {
        order: 10;
    }
    #1137612
    Santa

    Hi David! Thank you very much! Is it possible to do the same for other language as well?

    #1137690
    David
    Staff
    Customer Support

    I edited the CSS above – try that.

    #1137732
    Santa

    Hi David! Thank you for your help. The edited code seems to not work as expected. The items are still after the social icons.

    #1137737
    David
    Staff
    Customer Support

    i put the code back to how it was for the English version

    Can you edit the menu you have for the second language and for each of the social icons make sure they have the nav-button class added to them

    #1137740
    Santa

    Thank you for your help David! Everything works perfectly now!

    #1137743
    David
    Staff
    Customer Support

    Glad to be of help

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