Top menu

Posted in: Newsmag
Post count: 40

Hello,

Is it possible to get the topmenu back on mobile advices (ipad/iphone) – the social icons are not nessecary, and the data neither… it is just about the top menu.

Even better would be that there was a possibility the I could add some menu items to the regular menu that would only be visible on mobile devices… 🙂 But I guess that’s a bridge too far? 🙂

THANKS AGAIN!

Post count: 7909

Hi,

Please try this custom css in Theme Panel > Custom Css it will show the top menu, but will hide the date and social icons: http://screencast.com/t/SvZy24not1j

@media (max-width: 767px){
.td-header-top-menu {
display: block;
}
.td-header-sp-top-menu .td_data_time{
display: none !important;
}
.td-header-sp-top-widget{
display: none !important;
}
}

Unfortunately theme doesn’t have an option to add a different top menu on mobile since it already been hided by default on phone screen.

Hope this helps!

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