This topic has 4 replies, 2 voices, and was last updated 7 years, 9 months ago ago by Rose Tyler
I know there are a few post around this topic but my issue is not specific to language selector or any other widget. The top bar on my site is not shown on any mobile device (tablet, smartphone) but works properly on desktop. What went wrong? Many thanks.
Thank you for the super fast answer. Can you please be more specific where to change. I have a hard time to find it. Many thanks.
Hello,
You can add this code in Custom css:
@media only screen and (max-width: 992px){
.template-container .top-bar .top-links {
display: inline-block;
}
}
Regards,
Rose Tyler.
You must be logged in to reply to this topic.Log in/Sign up