Disable More articles box in mobile

Posted in: Newsmag
Post count: 22

Disable More articles box in mobile

Post count: 6535

Hi

Try this css in theme panel > custom code > custom css:

@media (max-width: 768px){
.td-front-end-display-block{
display: none;
}
}

Thanks!

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