This topic has 2 replies, 2 voices, and was last updated 9 years, 3 months ago ago by Jack Richardson
Hello, I’d like to have the languages area become visible on small devices. At the moment it hides. Is there an easy way to do this within the template? Any assistance would be appreciated. Thanks.
Hello,
Please add this code in custom.css file:
@media (max-width: 480px){
.top-bar .languages-area {
display: block;
float: none;
}}
How to create custom.css you can watch in this tutorial.
Best regards,
Jack Richardson.
You must be logged in to reply to this topic.Log in/Sign up