This topic has 4 replies, 2 voices, and was last updated 5 years, 6 months ago ago by Rose Tyler
Dear Support,
I have noticed that the language and currency menu is not longer visible in the mobile menu after I upgraded the theme to 3.9.2.1.
Could you please help me to solve the issue.
Thanks.
F.
Hello,
Where exactly the language and currency menu was visible on mobile before the update? Is this was achieved by additional customization in files or settings from your admin panel?
Regards
Dear Rose,
As per the desktop version, the language and currency was available on the top of the page, through a WPML widget.
No additional customization.
Best regards.
F.
Hello,
Sorry for the delay due to the weekends.
You can use this Custom CSS code:
/* top-bar languages-area on mobile */
@media (max-width: 480px) {
.top-bar, .top-bar .languages-area {
display: block;
}
.top-bar .search, .top-bar .my-account-link {
display: none !important;
}
.top-bar .languages-area #lang_sel_list {
padding-left: 0px;
padding-right: 0px;
}
.top-bar .wcml_currency_switcher {
padding: 0px 25%;
max-width: 50%;
}
.top-bar .languages-area {
max-width: 100%;
margin-bottom: 18px;
display: flex;
width: 100%;
flex-direction: column;
margin-left: 0px;
}
.top-bar .languages-area div {
width: 100% !important;
}
}
Regards
You must be logged in to reply to this topic.Log in/Sign up