This topic has 6 replies, 2 voices, and was last updated 7 years, 5 months ago ago by Rose Tyler
Dear Support,
I realized that both the language and currency switcher is not visible when the theme is displayed by mobiles.
Could you please tell me how to solve this issue?
Fabio.
Hello,
You can try to add this code in custom css:
@media (max-width: 480px) {
.top-bar {
display: block !important;
}
.top-bar .languages-area {
display: block !important;
text-align: left !important;
margin-top: 5px;
}
}
How to create custom.css you can watch in this tutorial https://www.youtube.com/watch?v=Qok2zRedRMY.
Regards,
Rose Tyler.
Dear Rose,
I added the code as suggested however, I could not see any change in the mobile version of the theme.
Could you please advise.
Best regards.
F.
Solved, thanks!
Hello,
You’re welcome!
Regards,
Rose Tyler.
The issue related to '‘Language and Currency switcher not displayed in mobile view’' has been successfully resolved, and the topic is now closed for further responses