Left side-bar position breaks site

Posted in: Newspaper
Post count: 60

Hi,

I noticed two issues. If I pick the default template for posts as left sidebar the site breaks on mobile devices and instead of loading the article first and sidebar later, it loads the sidebar first and then story which just makes no sense. I don’t think it’s important for me as I wanted to just try out left sidebar but it’s totally breaking the site so you may want to consider.

Thanks.

Post count: 6600

Hi,

Thanks for letting us know, we already know about this issue and we will try to fix it in future updates.
If you eventually decide to use it like that you can do it by adding this custom CSS in Theme Panel > Custom CSS:

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

This will set the sidebar not to be displayed on mobile via CSS.

Sorry for the inconvenience and thanks for the message

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