Site logo

Archived topic

wp show posts on mobile

3 replies · Started by thetam on January 19, 2021

Viewing posts 1–4 of 4

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

This archived topic is closed to new replies.