Top menu does not appear on mobiles even with…

Posted in: Newsmag
Post count: 4

Hi,

Top menu does not appear on mobiles even with this CSS:

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

I spent the weekend trying to figure out how to solve this problem.
Please, look at my site and give some suggestions: http://www.objetivamente.net
I really need that top-menu on mobiles, because I removed the main-menu completely.

Post count: 6535

Hi

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

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

Thanks!

Post count: 4

Great!

The only thing now is that no logo appears on mobiles. After that is perfect.

Thanks man

Post count: 6535

Hi

Try this css, it should display the logo on mobile devices: http://screencast.com/t/rSfnmKejirXJ

@media (max-width: 767px){
.td-header-sp-logo {
display: inline!important;
}
}

Thanks!

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