Disable sidebar on mobile and tablet

Posted in: Newspaper
Post count: 29

Hi,

The updates works fine, one simple question, is it possible to hide the sidebar for mobile?
In V4 we created;

div.span4.column_container{display:none !important;}

For V6 this is not working.

Thanks

Post count: 7909

Hi,

If you use a widgetiset sidebar block to display sidebar on your page content you can add an extra class – http://screencast.com/t/mrNy5erFsS5X and use it to hide the sidebar on mobiles. And also use this class to target post/category/latest articles sidebar .td-main-sidebar

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

Thanks!

Post count: 29

Hi ALin,

Thanks, we used the standard widget from wordpress, can we remove with this css tweak all the sidebars from mobile devices.

We will try it.

Thanks

Post count: 29

Hi Alin,

Thanks, it works.
Nice support (;

Post count: 42

@Aline: How about widget on the post (which is not use the Composer) ? Now to add more attribute for CSS ?

Post count: 9

@Aline: i also have the same question, sidebar on post (which is not use the Composer)

Post count: 7909

Hi,

It should work also on post as it is used the same class – http://screencast.com/t/YFOxQJ4xakLz
Please provide your site url so I can take a look.

Thanks!

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