Remove menu on Mobile

Posted in: Newspaper
Post count: 159

Hello… For now I’m going to use this as a landing page. So I need to remove the menu when viewed on mobile. How do I do this?

Thanks!

Post count: 7909

Hi,

You can use this custom css to hide the mobile menu – http://screencast.com/t/4PI5wkcy

@media (max-width: 767px) {
.td-header-menu-wrap-full {
display: none;
}
}

Thanks!

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