French dropdown menu moves to the right as opposed to English and Spanish dropdown menus that do not. In custom.css file the following snippet was added:
div.mod-languages ul {
text-align: left !important;
}
Furthermore, if I rename "Français" to default "French (fr-FR)" in "System / Content Languages / French (fr-FR) admin backend", the three dropdown languages (English, French, and Spanish) will line up properly on the right whenever a specific language is selected. In mobiles and Firefox the dropdowns are displayed nicely. Could it be a Google Chrome issue?
The problem here is that the word "Français" moves the menu to the right. The word "French" targets English speakers and not French speakers.
Thank you in advance for helping.
div.mod-languages ul {
text-align: left !important;
}
Furthermore, if I rename "Français" to default "French (fr-FR)" in "System / Content Languages / French (fr-FR) admin backend", the three dropdown languages (English, French, and Spanish) will line up properly on the right whenever a specific language is selected. In mobiles and Firefox the dropdowns are displayed nicely. Could it be a Google Chrome issue?
The problem here is that the word "Français" moves the menu to the right. The word "French" targets English speakers and not French speakers.
Thank you in advance for helping.
Statistics: Posted by etpourquelque27 — Wed Mar 12, 2025 8:55 pm