This topic has 6 replies, 2 voices, and was last updated 5 years, 1 months ago ago by Rose Tyler
Hi,
there is a way to have topbar with widgets also on mobile?
Thank you very much.
Hello,
Could you provide URL and temporary wp-admin access?
Regards
Hi,
these are the data and the url
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
Hi,
css code work well, thank you very much!
Hello,
You’re welcome!
Regards
You must be logged in to reply to this topic.Log in/Sign up