Mobile Theme Second Menu

Posted in: Newspaper
Post count: 27

Hello i want to show the top menu also on the mobile theme. I ahve set in the theme panel–>mobile theme the following
Main Menu to Main Menu and Footer Menu to Header Menu. It still won’t show.

Post count: 22421

Hello,

The top bar was never meant to show up on mobile devices. You can however activate it through css. Please check this topic:
https://forum.tagdiv.com/topic/top-menu-mobile-2/

Thanks.

Post count: 2

Bogdan,That link is dead. Would like to know how to enable this, or a workaround for showing menu items from the Top Bar in the desktop somewhere on mobile.

Post count: 1043

Please try to use the code below and place it in Theme panel -> Custom CSS area.
@media (max-width: 767px){
.td-header-top-menu-full {
display: block;
}
.td-header-sp-top-menu {
display: block !important;
text-align:center
}
}

The result is here -> https://www.screencast.com/t/7aToRUOY2

Thanks.

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