Top-Header menu on Mobile

Posted in: Newspaper
Post count: 9

Dear all

regarding my blog (www.drivers-of-digitization.com) only the main menu is shown on mobile device. My top header menu is not shown. Is this a default setting? Is it possible that both menu`s are shown on mobile devices, if yes, where can I find this setting?

Many Thanks for you support.

Post count: 22421

Hi,

Unfortunately there is no setting as the top menu was never intended to show up on mobiles. It can be activated though with a css code. Please add this code in the theme panel-> custom css box:

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

Thank you!

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