Archived topic
How to remove post with thumbnails from mobile
3 replies · Started by liz on March 26, 2021
Hi! I want to hide post with thumbnails from mobile. Thanks.
Hi there,
are you wanting to remove All the Post Thumbnails on the mobile device?
Only the recent post with thumbnails. They look awkward on mobile. The titles are too long while the images are quite small. Thanks in advance. If you can suggest ways on how to make them look good on mobile, I will gladly keep them visible on mobile.Thanks!
Just to make sure, you are referring to the content from WP Show Posts like here?
https://www.screencast.com/t/SBln9A34gN
I think the images look quite normal.
You can remove them with this CSS if you'd like:
@media (max-width: 768px) {
.wp-show-posts-image.wpsp-image-center {
display: none;
}
}
Adding CSS: https://docs.generatepress.com/article/adding-css/