Remove header mobile

Posted in: Newspaper
Post count: 56

Hello, I wanted to know if it was possible on the mobile and tablet to be able to remove the header of the mobile application ?

Post count: 6535

HI

What exactly do you want to remove on mobile and tablet, are you rearing at this part: http://screencast.com/t/CeA6FOWJb If so try this css in theme panel > custom code > custom css:

@media(max-width: 1021px){
.td-banner-wrap-full {
display: none;
}
}

If this is not what you mean pleas provide more specific detail about what you’re trying to and we will get back to you in shortest time.
Thanks!

Viewing 2 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic.