Disable more article box for mobile users

Posted in: Newsmag
Post count: 2

Hi,

How can I disable more article box for mobile users. And also is it possible to set appearance threshold based on a div id like #comments instead of setting a distance.

Post count: 6535

Hi

By default the theme doesn’t have an option do disable more articles button on mobile devices, but you can use this custom css to do that:

@media (max-width: 768px){
.td-more-articles-box {
display: none!important;
}
}

I am not sure what you mean at second part of your message, please provide more details.

Thanks!

  • This reply was modified 10 years by Andrei L..
Post count: 2

Thanks for the css.

I want this article box to appear when comments section is reached (:

Post count: 6535

Hi

Unfortunately implementing that feature involves custom work. You can give it a try if you like, the function that need to modified it’s located here: http://screencast.com/t/iXn7Xn4kX otherwise I advice you to look for a developer on sites like http://studio.envato.com/ to do it for you.

Thanks!

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