This topic has 7 replies, 5 voices, and was last updated 9 years, 4 months ago ago by Jack Richardson
Is just figured that in the mobile version of my site the language switcher is missing. Is there any workaround to get that integrated?
Hello,
Please provide us with link to the page and wp-admin access in Private Content.
Regards,
Robert Hall.
Here we go, thanks in advance
Sorry, the link is: nellycastro.de
Hello,
You can use this code in custom.css to make languages area visible on mobile devices:
@media (max-width: 480px) {.top-bar .languages-area {
display: block;
height: 60px;
}}
Thank you.
Regards,
Eva Kemp.
Hi Eva,
I tried to put in the link in my custom CSS in my site to make sure that de flags will pop-up on the iphone S4.
Unfortunatly. Can you help me?
Ps. I took it out of the custom CSS now, so it is not in.
Hello @bobvansoest,
You should use other header type in Theme Options > Header, the one where languages selector isn’t placed in menu bar, but in top bar.
Please try it.
Best regards,
Jack Richardson.
You must be logged in to reply to this topic.Log in/Sign up