We're merging with GenerateBlocks! Learn more here.

[Resolved] Cards: How to keep images on the same side

Please login to receive premium support.

Support for the free plugin can be found here.

Home Forums Pro Support Cards: How to keep images on the same side

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #11710
    Vlidi
    Participant

    Hi Tom, hi guys, and thank you once again for such a great plugin!

    This would be, I hope, a simple one:

    1. How NOT to have images alternate between left and right in the Polaroid and Row Card styles?
    That is, how to set the images to align left OR right for the entire list?

    Thanks!

    #11720
    Tom
    Keymaster

    Hi there,

    Give this CSS a shot:

    .wpsp-row article:nth-child(even) .wp-show-posts-inner {
        flex-direction: unset;
    }

    Let me know 🙂

    #11760
    Vlidi
    Participant

    Works great.
    Once again, fantastic support!
    Thanks!

    #11797
    Tom
    Keymaster

    No problem! 🙂

    #12523
    Karl
    Participant

    Hi, I tried this css and it looks fine. But, on small width it does not work. Only the first post stacks correctly, the second post looks terrible.

    #12542
    Tom
    Keymaster

    Hi there,

    Can you link me to your page so I can take a look?

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