We're merging with GenerateBlocks! Learn more here.

[Resolved] Set Media breakpoints for Polaroid Card

Please login to receive premium support.

Support for the free plugin can be found here.

Home Forums Pro Support Set Media breakpoints for Polaroid Card

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #7842
    dave-smith
    Participant

    Where can I go to set the media breakpoints for the Polaroid Card. On a galaxy tab S3 Portrait the card is still side by side making for a very distorted image and very long text segment. I’d like to change the breakpoint to a little wider than it is currently set by default.

    Thanks,

    Dave Smith

    #7844
    Tom
    Keymaster

    Hey Dave,

    Give this a shot:

    @media (max-width: 768px) {
        .wpsp-card .wp-show-posts-inner, .wpsp-card .wpsp-content-wrap {
            display: block;
        }
    }

    Adjust the 768px as needed 🙂

    #7865
    dave-smith
    Participant

    Thanks Tom, that was perfect.

    #7875
    Tom
    Keymaster

    You’re welcome 🙂

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