Click here to Skip to main content
15,886,362 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello everyone out there!

I have made a website via Wordpress using "Industrialist - Industry & Manufacturing Theme" template from Themeforest.com

So website is already complete, the one of the things that I stuck with right now, is how to change language order in a language selector, that is located in a top navigation menu on the right. No results on finding right solution, tried a lot of css code combinations.

I have already made it to display "inline" via CSS, and supposed order should look like before (1, 2, 3) => after (2, 3, 1).

Maybe I am doing something wrong? Should I edit source code instead? If someone could help me with this, i would much appreciate.

Website link:
Removed

Language plugin I am using:
Bogo

What I have tried:

CSS right now is:
CSS
ul.bogo-language-switcher li {
    display: inline-block;
    margin-left: 15px;
}
Posted
Updated 16-Apr-20 1:40am
v2
Comments
CHill60 16-Apr-20 7:08am    
How do you populate the list? No - I am not following the link to your website
Richard Deeming 16-Apr-20 7:40am    
I have removed the link to your website, since it made your question look like spam.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900