Secondary menu isn't visible in the mobile menu

Posted in: Newspaper
Post count: 18

What’s the reason of not showing the secondary menu (menu under the main-menu) in the mobile menu? Only the main-menu is active and visible..

How can I add this secondary menu in the mobile menu?
Or can I add this one very easily with the theme-options?

Thanks!

  • This topic was modified 9 years by mexa.
Post count: 22421

Hello,

Our theme does not have any secondary menu. If you mention the mega menu feature https://forum.tagdiv.com/mega-menu/ that is only created for desktop. There is no way of adding it on the mobile menu.

Thank you!

Post count: 18

Hello Bogdan,

Thank you for answering.
I guess it’s not the mega menu feature what I mention.

I mention this part of the menu: https://cl.ly/3916400L0A3B

Post count: 22421

Hello,

That is the top menu. The top menu was not intended to show on mobiles. There is a css workaround if you need this option available on mobiles but I will need a link to your website though as the code is not the same for all sites. It depends on how you set it up.

Thank you!

Post count: 18

Hi Bogdan,

Thank you for answering.
You can visit the website here: https://www.ouderscentraal.nl

Post count: 20688

You could use this css code, it should make the top menu display in mobile state, just enter it in Theme panel->Custom Css

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

Result – https://www.screencast.com/t/yEapLOO6p8

Thanks

Post count: 18

Hi Simion,

Thank you for answering.
I found this solution earlier on this forum, but I don’t like it.
The menu looks like crap with those CSS changes.

I have decided to use another solution.
(I’m gonna place the most important menu-items from the top-menu, in the header menu)

// SO – this problem is solved!

  • This reply was modified 9 years by mexa.
Viewing 7 posts - 1 through 7 (of 7 total)
The forum ‘Newspaper’ is closed to new topics and replies.