Reply 177989 to: Top bar on mobile

Avatar: amzy
Amzy Leel
Participant
November 20, 2017 at 05:11

hi,

add this css code in 8theme options > styling > custom css > global custom css

@media only screen and (max-width: 1030px){
.top-bar {
    display: block !important;
}
.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 {
    display: none;
}
.top-links ul {

    float: none;
}
.languages-area>div:first-child {
    border: none;
    padding-right: 0;
    margin-right: 0;
}
}

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.