Site logo

Archived topic

Change order of menu items

7 replies · Started by Santa on January 13, 2020

Viewing posts 1–8 of 8

Hello!

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

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;
}

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

I edited the CSS above - try that.

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

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

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

Glad to be of help

This archived topic is closed to new replies.