hide search and menu on mobile

Posted in: Newsmag
Post count: 280

Hello

i want hide default search and menu on mobile please

thanks

Post count: 6535

HI

I’ve noticed that you managed to hide the search on mobile: http://screencast.com/t/GzF2rOfLR
Thanks!

Post count: 280

yes, what about menu? How to hide it??

Post count: 6535

HI

Try this css:

@media(max-width: 768px){
#td-top-mobile-toggle {
display: none!important;
}
}

Thanks!

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