Hiding `sidebar` on mobile?

Posted in: Newspaper
Post count: 12

Is it possible to somehow hide the sidebar on mobile devices without using the special mobile theme?

Currently, it falls down beneath the main content.

Post count: 22421

Hello,

You can add this code in the theme panel-> custom css section
@media(max-width:767px){
.td-main-sidebar{
display:none!important;
}
}

Thank you!

Post count: 12

Seems to be working, thanks

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