Top Menu Mobile View

Posted in: Newsmag
Post count: 7

I’d really like to have the top menu items appear in the mobile version of the main menu. Is this possible?

If not, how can I display the top menu in the mobile view? At 767, it disappears.

I need those menu items.

Thanks

Post count: 7909

Hi,

The top menu was not designed for mobile screens that’s why is hidden so displaying it you may need some other modification.
Please use this custom css in Theme Panel > Custom Css to display top menu – http://screencast.com/t/BpCkgRzGa

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

Thanks!

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