Top Menu in Mobile Menu

Posted in: Newsmag
Post count: 8

Hello

I have searched, found some similar post, but it did not work for me.

So I am asking here.

1. Since I am falling short of the main menu width >> i have slightly more items, I am using top menu to put some of the main menu items there.

2, I cant see the items in TOP menu in mobile menu >>

3. Basically I dont mind to have only MAin menu visible for desktop and pads, but since I am falling short i need to use the top menu too.

4. So bascially in mobile, I need that the top menu is also combined in main menu.

Thanks

Post count: 7909

Hi,

The top menu was not designed to work on mobile, that’s why it is hidden. But you can use custom css in Theme Panel > Custom Css to show it on mobile but you may need additional customizations for menu items that may drop on more rows – http://screencast.com/t/TT9KZLijK7fK

@media (max-width: 767px){
.td-header-top-menu {
display: block;
}
}

And also for mobile screen theme has a special menu designed for it – http://screencast.com/t/x18VmP2cg

Thanks!

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