[Support request] How to change the posts design for the tablet mode

Home Forums Support [Support request] How to change the posts design for the tablet mode

Home Forums Support How to change the posts design for the tablet mode

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #635110
    Muhammad

    Hi In the home page of my website(https://greenhouseplanter.com/) I have used “WP Show Posts”, I have featured image on the Left and description of the image to the right.

    But In Tablet Mode the Images comes at the Top and the description at the bottom, Which I don’t want. I want it to be the same as that of desktop mode.

    How to force it.

    #635129
    Muhammad

    Can’t I customize how the posts display in tablet?
    I have been waiting for 1 hour

    #635189
    David
    Staff
    Customer Support

    Hi there,

    it would require a little CSS like so:

    @media (max-width: 768px) and (min-width: 360px) {
        .wp-show-posts-image.wpsp-image-left {
            float: left;
            margin-right: 1.5em;
        }
    }
Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.