We're merging with GenerateBlocks! Learn more here.

[Resolved] Image Size in ‘Row’ Card Style

Please login to receive premium support.

Support for the free plugin can be found here.

Home Forums Pro Support Image Size in ‘Row’ Card Style

Tagged: , , ,

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #26558
    Anonymous
    Inactive

    I’d like to adjust the Image Size to say 60 % of the ‘Row’ Card Style width, similar to this example:

    View post on imgur.com

    #26617
    elvin
    Moderator

    Hi there,

    You can try adding this CSS:

    @media (min-width: 560px){
    .wpsp-card.wpsp-row .wpsp-content-wrap {
        flex: 1 0 40%;
    }
    
    .wpsp-row .wp-show-posts-image {
        flex: 1 0 60%;
    }
    }
    #26621
    Anonymous
    Inactive

    Perfect solution, thank you!

    #26645
    elvin
    Moderator

    Nice one. Glad you got it sorted. 🙂

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