Newspaper top menu on mobile

Posted in: Newspaper
Post count: 17

Hi – the topmenu on my site does not appear on mobile devices – can you please help?
My site is here: http://skatamal.is/

thank, gp

Post count: 6600

hi,

The top menu doesn’t appear on mobile screens because it’s set to be hidden, you can change this and set it to be displayed via css, like this: http://screencast.com/t/cqcCAz8pu

@media (max-width: 767px){
.td-header-menu-wrap {
display: block !important;
}
.affix .mobile-logo-wrap img {
height: 100%;
}
.mobile-logo-wrap img {
height: 100%;
}
}

Thanks

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