We're merging with GenerateBlocks! Learn more here.

[Support request] Change Breakpoint Polaroid

Please login to receive premium support.

Support for the free plugin can be found here.

Home Forums Pro Support Change Breakpoint Polaroid

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #18762
    Tobias
    Participant

    Hey there,

    I’d like to change the Breakpoints for the polaroid view.
    How do I do that?
    Cheers
    Tobias

    #18770
    Tom
    Keymaster

    Hi there,

    The breakpoint is hard-coded into the CSS.

    However this is it:

    @media (min-width: 560px) {
        .wpsp-polaroid .wp-show-posts-inner,
    	.wpsp-card.wpsp-polaroid .wpsp-content-wrap {
            padding: 2em;
        }
    
        .wpsp-polaroid .wp-show-posts-entry-header {
            display: flex;
            flex-direction: column-reverse;
        }
    
        .wpsp-polaroid .wp-show-posts-entry-title {
            font-size: 1.5vw;
            line-height: 1em;
        }
    }

    You may be able to adjust that media query in your child theme to overwrite it, depending on which way you’re adjusting it.

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