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.
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!
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
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!
Hi Bogdan,
Thank you for answering.
You can visit the website here: https://www.ouderscentraal.nl
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
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.