[Resolved] wp show posts on mobile

Home Forums Support [Resolved] wp show posts on mobile

Home Forums Support wp show posts on mobile

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1624800
    thetam

    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.

    #1625102
    David
    Staff
    Customer Support

    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 🙂

    #1625771
    thetam

    thank you very much David

    #1626060
    David
    Staff
    Customer Support

    You’re welcome

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.