How to add top-header-menu tabs to mobile menu?

Posted in: Newspaper
Post count: 36

How to add top-header-menu tabs to mobile menu when we open the website in mobile phones?

Post count: 13

Hi lads
Same here
You keep saying that mobile won’t show the top menu.
If certain menu item is not that important to be placed in the main menu, it doesn’t mean it’s not important at all for the mobile phone users.
So how do we suppose to show it to the them?
Why not to have separate menu for mobie where we can stick all the items we need?

Otherwise it doesnt make sense at all.
Do yo uagree?

Thanks

Post count: 23312

Hi,

Please provide your website so I can take a closer look and also, so I will be able to provide a more accurate code.

Thanks.

Post count: 13
Post count: 36
Post count: 23312

Hi all,

Should use the code below and place it in Theme panel -> Custom CSS area.

The code is ->

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

After using this code notice that you will need to make some adjustments to a better design.

Hope this helps!

Thanks for the message!

Post count: 13

For some reason my site is not picking it up

Post count: 36

we want to display top-header-menu tabs in mobile menu so it is not possible to set it responsive design rather than confusing CSS. I can see this type of top-header-menu in mobile with above given code https://screenshot.net/kqqn7tk. Hope you understand my query.

Post count: 13

Ah
I got it wrong
I was thinking it will show up in the mobile menu not in the header.
Separate menu for header like many themes do is something you should consider for future updates.
It really deosn’t make sense the way it is now.
Great theme with so many features but the menu spoils the whole thing

Post count: 23312

Hi,

Sorry but please notice that the mobile mode has not been designed to display the Top Bar at the top of the page on mobile devices, sorry! The top bar menu has been added to the hamburger menu when this will be open, sorry! This is the theme’s behaviour and if you want to change it you should do it through the code and if you are not aware of the steps which are needed to take, in this case, please consider hiring a freelancer/developer to help you because we cannot provide custom services at the moment, sorry!

Thanks for your understanding!

Post count: 13

I do understand you.
This is the way you designed it.
I’m just saying that you did it wrong and you should have changed it.
Why would you listen to the user though??
It’s your theme after all

Post count: 23312

Hi jobo9968,

Thanks for your suggestion but we have taken this decision because most of our users want to have the Top Bar into the Main Menu bar in mobile mode.

Thanks for the message!

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