 housamM
|
Background of the issue:
I am trying to use the Arabic language switcher on a mobile device. The issue can be seen on this page: hidden link.
Symptoms:
The menu alignment when switching to RTL language in the mobile interface is not correct. The language name and menu arrow collapse.
Questions:
Why is the menu alignment incorrect when switching to RTL language on mobile?
How can I fix the collapsing language name and menu arrow?
|
 Andreas W.
WPML Supporter since 12/2018
Languages:
English (English )
Spanish (Español )
German (Deutsch )
Timezone:
America/Lima (GMT-05:00)
|
Hello,
Note that this is a theme-specific issue.
Please add the following CSS at WPML > Languages > Language Switcher Options > Additional CSS:
@media screen and (max-width: 991px) {
.header__center #st-main-menu .menu.main-menu > li > a {
justify-content: flex-start;
}
}
This should solve the issue.
Let us know if further assistance will be needed.
Best regards
Andreas
|