Archived topic
Picture doesnt fill
1 reply · Started by Max on March 7, 2022
Viewing posts 1–2 of 2
Why does the feature image doesnt fill the whole thing?
Hi there,
you have this CSS in Customizer > Additional CSS:
.single-post img.dynamic-featured-image {
height: 350px;
width: auto;
object-fit: cover;
}
Try removing the width: auto; property
This archived topic is closed to new replies.