Hi There,
I’m currently using the WPML plugin to show different languages of the website, however, I’m encountering this issue with the language selector.
Please take a look at my screenshot or access my website on mobile devices to see the problem.
Thanks.
Hi gyverchang!
Try adding this to your custom CSS.
.avia_wpml_language_switch {
position: relative !important;
top: -30px !important;
left: -100px;
}
Best regards,
Elliott
Dear Elliott,
The language switch looks alright on mobile but totally disappeared on desktop mode.