Reply 187989 to: Mobile Top Bar

Avatar: Rose Tyler
Rose Tyler
Support staff
March 13, 2018 at 08:37

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

Go To The Whole Conversation In Topic
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.