Hello Vishal,
If you want to display the Topbar on mobile view, you should use the code below and place it in Theme panel -> Custom CSS area.
The code is ->
@media (max-width: 767px){
.td-header-top-menu-full {
display: block!important;
}
}
The result is here -> https://www.screencast.com/t/T6mVdox4du9a
Thanks for the message!
Works perfect, any chance to show the date instead social icons?
Regards
Javier Sierra
Hello Javier Sierra,
This request involves some additional customizations and we cannot provide custom work at the moment, sorry! If you want to display more levels in our theme and if you are not aware of the steps which are needed to take in this regard, please consider hiring a freelancer/developer to help you because we cannot provide custom work, sorry!
Thanks for the message!
Hello Vishal,
If you want to display the top bar menu on the mobile devices, you souhld use a bit of CSS code for it. Try the code below and place it in Theme panel->Custom CSS area.
The code is ->
@media (max-width: 767px){
.td-header-sp-top-menu {
display: block !important;
}
}
Thanks for the message!
it’s not working… Now I was try some variation but ı cant take result
@media (max-width: 350px){
.td-header-top-menu-full {
display: block!important;
}
}
@media (max-width: 350px){
.td-header-sp-top-menu {
display: block !important;
}
}
@media (max-width: 350px){
.td-header-sp-top-widget {
display: block !important;
}
}
@media (max-width: 350px){
.td-header-top-menu {
display: block !important;
}
}
@media (max-width: 350px){
.top-bar-style-mp-1 {
display: block !important;
}
}
-
This reply was modified 3 years by
ismayilpoyraz.
Hi ismayilpoyraz, this is an old topic, do you have an old theme version?
If not, then is possible that the new structure to be different and that it is interfering with your css.
Also, if you can provide a link to your website and some details about what you want to achieve, I will try to help you!
Thank you!
My newspaper theme ver. 12.1.1
I want to show topbar menu on mobile view but ı can’t show 🙁
can you display in http://www.borsatakipci.com
many thanks
Hi ismayilpoyraz, normally the top bar can be displayed on mobile only if you have it on desktop too (for example https://i.imgur.com/9IQUaqA.jpg).
Thank you for your understanding!