Problens in mobile

Posted in: Newsmag
Post count: 18

Hello
My website ,
when seen by a mobile smartphone, or some tablets

Is showing just the main menu, But is not showing the top menu
thats my website http://www.templodosucesso.com.br

Thanks

Post count: 6535

Hi

The theme wasn’t designed to display the top menu on mobile devices, but you can use this custom css in theme panel > custom css to display it: http://screencast.com/t/AjbppVaZrk

@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.