Home › Forums › Pro Support › Image Size in ‘Row’ Card Style Tagged: alignment, Card, image, size This topic has 3 replies, 2 voices, and was last updated 2 years, 7 months ago by elvin. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts February 10, 2021 at 5:04 am #26558 AnonymousInactive 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 February 11, 2021 at 3:07 am #26617 elvinModerator 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%; } } February 11, 2021 at 5:55 am #26621 AnonymousInactive Perfect solution, thank you! February 11, 2021 at 6:49 pm #26645 elvinModerator Nice one. Glad you got it sorted. 🙂 Author Posts Viewing 4 posts - 1 through 4 (of 4 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In