Top Menu Bar Doesn't Show On Mobile

Posted in: Newspaper
Post count: 159

My top menu bar doesn’t show on mobile… Is this normal?

Thanks

Post count: 6600

Hi,

Yes, the top menu bar isn’t deigned to work on mobiles devices and it’s hidden you can change that using custom css and set the top menu to display but please note that it may need additional customizations.
You can use this custom css: http://screencast.com/t/wVe7cHrc

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

Thanks

Viewing 2 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic.