How to activate top menu for mobile version?

Posted in: Newspaper
Post count: 7

Hi there,
I am developing a website and using both the headers and created menus for both the headers (top bar menu and main header menu. On the desktop version both are showing up fine but on mobile version, I can see only main header menu and for top bar menu, I can see only social icons and sign in modal but not the rest of the links(top bar menu). I checked all the options but could able to find the settings to activate top header menus for mobile.
Can you please help me out for that?

Thanks in advance!
Cheers.

Post count: 1043

It can only be solved using code. See this topic for the solution https://forum.tagdiv.com/topic/the-top-menu-not-showing-in-mobile/

Post count: 7

Thank you so much epickenyan. it works:)
Cheers

Post count: 7

Hi epickenyan
Also, is that possible we can move the sign/join modal to right most side of the menu or to any other location (lets say to main header)?
Thanks in advance!

Post count: 22421

Hello,

Sorry but the sign in/join element cannot be moved to any other location. You can try to hide it with css for mobiles though as there is already a login widget inside the main mobile menu.

@media(min-width:767px){
.td-login-modal-js{
display:none!important;
}

Thank you!

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