This topic has 4 replies, 2 voices, and was last updated 6 years, 8 months ago ago by Rose Tyler
Hi,
Could you please help me put my topbar in my mobile view. And Is it possible to auto slide it?
Thank you.
Hello,
To show the top bar on mobile, you can add this code in Global custom css:
@media only screen and (max-width: 1030px){
.top-bar {
display: block;
}
.top-bar .languages-area {
display: block;
max-width: 100%;
text-align: center;
width: 100%;
float: none;
}
.top-bar .top-links .topbar-widget {
display: inline-block;
}
.top-bar .top-links {
width: 100%;
max-width: 100%;
text-align: center;
}
.top-links ul {
float: none;
}
}
And Is it possible to auto slide it?
– please explain in details the desired result.
Regards
Kindly visit this mobile view of this site . I just want to do the same.. it only slides on the mobile view.
Thank you
Sorry, but there is no such possibility.
Regards
You must be logged in to reply to this topic.Log in/Sign up