Disable More Article Box on mobile devices

Posted in: Newsmag
Post count: 4

Hey there,

is there a way to disable the more article Box on mobile devices? I feel it is quite annoying in these cases.

Post count: 6535

Hy

You can use this css in theme panel > custom code > custom css to hide more article pox on mobile devices: http://screencast.com/t/kQu6zk5n34gU

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

Let me know how it goes.
Thanks!

Post count: 4

thank you Andrei. That totally solved it.
Should built it in as an integrated option for the theme tho – and maybe via device detection and not the diplay width 😛

Post count: 6535

Hi

Thanks for your suggestion. I’ve added it on our todo list and when the time comes developers will consider it. Meanwhile you can use the above css, will work as a built in feature.

Thanks!

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