show related posts only on desktop

Posted in: Newspaper
Post count: 7

Hello,

How to show related posts only on desktop?

Thanks

Post count: 22421

Hello,

The theme has no setting for this but you can use a little css for it. Please add this code in the theme panel->custom css box:

@media(max-width:1141px){
.td_block_related_posts{
display:none!important;
}}

Thank you!

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