Hello, the wpml’s flag is not showing properly by mobile, we think is a CSS problem.
Here’s a screenshot of the problem:
https://drive.google.com/file/d/1kDgWva73iJiY91ynulK6oLI4hC7j5ZqG/view?usp=sharing
Can you help us?
Thanks, regard
This topic has 2 replies, 2 voices, and was last updated 4 years, 6 months ago ago by Olga Barlow
Hello, the wpml’s flag is not showing properly by mobile, we think is a CSS problem.
Here’s a screenshot of the problem:
https://drive.google.com/file/d/1kDgWva73iJiY91ynulK6oLI4hC7j5ZqG/view?usp=sharing
Can you help us?
Thanks, regard
Hello,
Go to Theme Options > Custom CSS > find the below code
.wpml-ls-legacy-dropdown a {
display: inline-flex !important;
padding: 0 !important;
color: #000;
}
and replace with the following
.wpml-ls-legacy-dropdown a {
min-width: 46px;
display: inline-flex !important;
padding: 0 !important;
color: #000;
}
Regards
The issue related to '‘Wpml’s flag issue’' has been successfully resolved, and the topic is now closed for further responses