Top Bar Menu in Mobile

Posted in: Newsmag
Post count: 106

I’ve searched the forum and found some posts about having both the main menu and top menu display in mobile.

Those posts were for the Newspaper theme. Just for the heck of it, I tried the Custom CSS as suggested. Not a surprise, it didn’t work.

How can both menus be displayed in mobile for the Newsmag theme?

My site is helpuconquer.com I’m using header style 8.

Thanks,

Post count: 6535

Hi

Try this css in theme panel > custom code > custom css: http://screencast.com/t/0CRPdbNCpE

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

Thanks!

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