Hide sidebar on posts for mobile

Posted in: Newspaper
Post count: 12

Good day,

Is there a way to hide the sidebar on all posts for the mobile version? I haven’t installed the mobile plugin for the theme as the look gives doesn’t suit my client.

I look forward to hearing from you,

Many thanks,

Dom

Post count: 22421

Hello,

You can hide the sidebar on posts by adding this css to the theme panel-> custom code section:

@media(max-width:767px){
.post .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.