Removing "Similar Articles" from Mobile

Posted in: Newspaper
Post count: 66

Hello,

Is it possible to remove the “Similar Articles” section from posts just on mobile? It’s not that I don’t like it, I just think it pushes the comments section and sidebar too far down the page.

Thanks in advance!

Post count: 1291

Hi,

You can hide Similar Articles on mobile using css:

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

Add it inside the Theme Panel -> Custom CSS.

Thank you, Emil G.

Post count: 66

Thanks, it worked!

Serg

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