This topic has 2 replies, 2 voices, and was last updated 6 years ago ago by Rose Tyler
XStore cannot preview top bar and language switcher in ipad (about 1000x737px)
Pls help
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
You must be logged in to reply to this topic.Log in/Sign up