hide the column of the article on the mobile

Posted in: Newspaper
Post count: 26
Post count: 22421

The sidebar should be hidden by default on mobiles. Check our official demo: http://demo.tagdiv.com/newspaper/wordpress-news-magazine-charts-the-most-fashionable-new-york-couples-in-2016/ You will not see any sidebar on mobiles besides the content. The sidebar will fall below the content on mobile phones or if you use the mobile theme it will not show at all. You must be using a third party sidebar.

Thank you!

Post count: 26

Hello Bogdan, I want to hide the contents of the sidebar on the mobile device only in the articles or post.

The sidebar should not fall below the content of mobile phones. It should disappear in the articles or post.

Thank you!

Post count: 22421

OK,

If you want to hide the sidebars for mobile phones you can use this code:
@media (max-width:767px){
.single .td-main-sidebar{
display:none!important
}}

Add the code in the theme panel->custom css box.

Thank you!

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