Remove Sidebar on mobile view posts

Posted in: Newspaper
Post count: 53

I would like to remove the sidebar from mobile view of news articles (posts) and categories. I have been able to do this using visual composer in the home page and other pages. Just not in the theme default posts and categories. Can you point me in the right direction.

I have chosen not to use the Mobile Theme plugin as I prefer the fully featured theme on mobile devices.

thanks.

Post count: 20688

Hi,

That could only be possible by removing the sidebar with a CSS code, something like this

.single .td-main-sidebar,
.category .td-main-sidebar{
display:none;
}

This code entered in Theme panel->Custom code->Advanced CSS in the phones section, should re move the sidebar for mobile devices. Try it if you wish and see if it works properly.

Thanks

Post count: 53

That worked. Thanks.

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