Feature Request: No sidebars on mobile/phones

Posted in: Newspaper
Post count: 19

Hey there!

One of the really cool options in the category settings is where we can pick a custom sidebar for each category.

It would be really great if you could include an option to not show the selected sidebar on mobile devices/phones.

If I look at an article on my phone it is not very likely that I scroll through meters of sidebar that are shown under the post. It’s something different on a tablet, where the sidebar gets to be shown where it belongs, but on phones the footer should be totally sufficient.

Also this would drastically improve load times and reduce data usage.

What do you think?

Post count: 6600

Hi,

We have tooth about this and we will add it in future updates, until then you can hide it via css on mobile, using this custom css:

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

Thanks

Post count: 19

Hey Lucian,

thanks for the quick response. It works like a charme and the result is exactly what I wanted.

Still looking forward to you implementation in a future release.

And by the way: You guys are doing a terrific job! Thanks for this really outstanding service!

Viewing 3 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic.