Top Navigation Display on Mobile

Posted in: Newspaper
Post count: 32

Hi, how do I enable the top menu bar to display on mobile?

thanks

Oliver

Post count: 7909

Hi,

The top menu was not designed to work on mobile devices, that why there is no option to enable it. You can do this with custom css in Theme Panel > Custom Css, but you may need more css customizations when is displayed on small devices: http://screencast.com/t/jZUxEacY

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

Thanks!

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