Reply 201975 to: XStore cannot preview top bar and language switcher in ipad (about 1000x737px)

Avatar: Rose Tyler
Rose Tyler
Support staff
October 30, 2018 at 10:44

Hello,

Try to add this code in Theme Options > Custom css > Global Custom css:

@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

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.