Archived topic
wp show posts on mobile
3 replies · Started by thetam on January 19, 2021
Hi, im using WP SHOW POSTS and GP Premium
here is the mobile look: https://imgur.com/a/SI4uZXI
I want the thumbnails and title look like this: https://imgur.com/a/sX18aME on mobile, not thumbails above the title.
How can i do it ? Thanks you.
Hi there,
this really is a topic for the WP Show Post forums. But here is the CSS you require:
@media(max-width: 768px) {
.wp-show-posts .wp-show-posts-image.wpsp-image-left {
float: left;
margin-right: 1.5em;
}
}
If you have any other topics directly related to a plugin can you raise the topic in that support forum :)
thank you very much David
You're welcome