Hi
We have several websites with Enfold and WPML.
Now on one website, the language flags are not shown on mobile.
Perhaps the problem is, that there the language flags are in the secondary menu which is not shown on mobile.
How we can make, that the language flags are shown here?
See examples in the private content section.
Thanks very much.
Best regards
Mike
Hey Michael,
Thank you for the inquiry.
You can bring back the top header or secondary menu using the following css code.
@media only screen and (max-width: 767px) {
/* Add your Mobile Styles here */
#header_meta {
display: block;
}
}
Best regards,
Ismael
Hi Ismael
It works. Thanks very much.
You can close this issue.
Best regards
Mike