Reduce image size of the featured image

Add this code to the Custom CSS field on the Settings tab of your Blog widget’s settings:

[class*="featured-card__Container-sc"]
[class*="card-media-image__CardMediaImage-sc"] {
  flex-basis: 25%;
}
1 Like