Hi,
For some reason my pre header doesn’t show up when accessed via mobile. I’ve seen pages from other people I know who use Newspaper theme and it shows normally, so I wonder what I’m doing wrong. Can you take a look for me and tell me what is going wrong, please?
My site: https://holandesando.com
Thanks!
Hi,
I believe you are referring to the top bar, this is not displayed on mobile. It could be made visible with a code if required. For example the code from this topic
– https://forum.tagdiv.com/topic/top-bar-in-mobile-menu-is-not-coming/
Will make the top bar visible on mobile – http://prntscr.com/msvoyz
Let me know if you have more questions.
Thanks
Thank you for your help!
However I’ve noticed it shows social media links and everything else in the pre preheader, when I just want to show the menu items, like on this website (which also uses newspaper): https://apureguria.com/europa/italia/5-dicas-alpes-italianos-e-dolomitas/
what code should I use instead, then?
Cheers!
🙂
Hi,
It can be done, it will look like this – http://prntscr.com/mteujj
This is the code for it, it can be entered in the theme panel custom CSS section
@media (max-width: 767px){
.td-header-top-menu-full,
.td-header-sp-top-menu {
display: block!important;
text-align:center ;
}
.menu-top-container {
margin-right: 0;
}
.td-weather-top-widget,
.td_data_time,
.td-header-sp-top-widget {
display: none!important;
}}
I can modify it again if needed, let me know.
Thanks
It works like a charm! Now it looks just the way I wanted: https://holandesando.com/volei-feminino-holanda-brasil/
thanks a lot!
😀