Hey,
I need to display 3 menus on my mobile site. Same as my desktop site.
Top Menu
Main Menu
Footer Menu
But the theme seems to only allow to set 2 of them.
Any way to set all 3?
Hello,
Our theme allows 3 menus. A top, main and footer menu. You might have a plugin conflict preventing you from using 3 menus. Please disable all plugins except the page builder, clear cache and reset cdn files if you use it. Please also check any custom code you might have added to the theme panel or the theme files. If you use a child theme, please switch to the main theme to make sure it does not affect the proper functionality of the theme.
Thank you!
Sorry I think I have not explained myself very well… the Mobile layout doesn’t seem to allow for 3 menus… I cant see any setting to allow ‘Top Menu’ ‘Main Menu’ ‘Footer Menu’
http://www.caffeinegaming.com
You can see on the desktop site 3 menus.
But on the mobile only 2.
Thanks!
Hi,
If the mobile layout is different and will not allow a top menu. Only a main menu and footer menu. What you want is to enable the top menu on mobile devices. Please provide a link to your site and I will provide a css code to re-activate the top menu on mobiles.
Thanks.
Hi,
Please add this code in the theme panel-> custom css box.
@media(max-width:767px){
.td-header-wrap .td-header-top-menu-full .td-header-top-menu, .td-header-wrap .td-header-top-menu-full{
display:block!important;
}
.td-header-sp-top-menu{
display:table!important;
text-align:center!important;
width:100%;
}
}
Thanks