Top menu does not appear on mobiles

Posted in: Newspaper
Post count: 28

Hello Sir,

Top menu does not appear on mobiles , how to fix it.
you can check for it in the newspaper tech demo site too on mobile..it doesnt appear on mobile devices, as such such a nice menu bar gets wasted 🙁

Awaiting reply
Best regards

Post count: 22421

Hello,
The top menu does not appear on the mobile version by default. This was a design choice. It can however be activated with custom css:

@media (max-width: 767px){
.td-header-top-menu-full {
display:block!important;
}
.td-header-sp-top-menu{
display:block!important;
}
.td-header-sp-top-widget{
display:none!important;
}
}

I hope this helps.
Thank you!

Viewing 2 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic.