Topbar doesn't show in moblie

Posted in: Newspaper
Post count: 6

Hi
I can’t see topbar menu in mobile device.
How i can enable it?

Post count: 22421

Hello notpedu,

This is the default state of the theme, but you can make the top-menu appear using custom css like in this topic here: https://forum.tagdiv.com/topic/top-bar-not-showing-on-mobile/
for example:

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

This code will provide this result: http://screencast.com/t/jxljko5scU8T

Thank you.

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