Disabe sidebar at mobile

Posted in: Newspaper
Post count: 42

Its possible disable sidebar at mobile. Not using mobile plugin?

Post count: 22421

Hello,

The sidebar on mobile is moved under the content by default. If you want to remove sidebars, please use this code in the theme panel -> custom css box:

@media(max-width:767px){
.td-main-sidebar{
display:none!important;
}
}

Thank you!

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