(Squarespace) How to change order of Language – Button

To change the order of Language – Button. From this.

To this.

You can use this code to Custom CSS box.
If it doesn’t work, you can email or message me.

div.header-actions.header-actions--right {
    flex-direction: row-reverse;
    justify-content: flex-start;
}

If you want to do this on One Page, you can find Page ID.

Then use CSS code like this.

#collection-673e9a14857d4032d3e2f27b div.header-actions.header-actions--right {
flex-direction: row-reverse;
justify-content: flex-start;
}