This topic has 6 replies, 2 voices, and was last updated 5 years, 9 months ago ago by Rose Tyler
Hi, is it possible to view the Top bar in the responsive mode of the XStore template?
I’m interested in viewing these inserted widgets:
http://prnt.sc/mf4u40
Thank you,
Dario
Hello,
@media only screen and (max-width: 1030px){
.top-bar {
display: block;
}
.top-bar .top-links .topbar-widget {
display: inline-block;
}
.top-bar .top-links {
width: 100%;
max-width: 100%;
text-align: center;
}
}
Regards
Hello, I tried to use this code but I still do not display the top bar in responsive mode
Greetings,
Dario
Hello,
Please clear all cache.
Regards
It works, thank you very much 🙂
Dario
You’re welcome!
Regards
You must be logged in to reply to this topic.Log in/Sign up