Remove More Article Box on Mobile

Posted in: Newsmag
Post count: 17

I would like to remove More Article Box popup on mobile but retain it on Desktop/Laptop.

There is currently no option to do that via theme’s panel.

TIA.

Post count: 7909

Hi,

Please use this custom css in Theme Panel > Custom Css to hide More Author Box on mobile: http://screencast.com/t/moeFEwUQ

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

Thanks!

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