Remove sidebar in mobile

Posted in: Newspaper
Post count: 1

Hi! My sidebar shows on mobile, but after the posts.
I don’t want the sidebar to be seen on a mobile.
How do I remove the sidebar only on mobile devices?

Post count: 22421

Hello,
Please add his css code in your theme panel under custom css:

@media (max-width:767px){
.post .td-pb-span4{
display:none!important;
}
}

Thank you!

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