Can you enable the Topbar on mobile ?

Posted in: Newspaper
Post count: 6

I have buttons in my top bar but the topbar is disabled on mobile , can I enable this ?

https://nlphry-manjsince.savviihq.com

Post count: 1043

It can be enabled with code. Paste this in the custom CSS section of the theme panel.
@media (max-width: 767px){
.td-header-top-menu-full {
display: block;
}
.td-header-sp-top-menu {
display: block !important;
text-align:center
}
}

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.