Site logo

Archived topic

Featured images on posts not taking full container width

3 replies · Started by gabrielvb1100 on June 7, 2020

Viewing posts 1–4 of 4

Hello, Ive set the featured images on posts to be above the content, but they arenot taking the full width of the container, global container is set to 1280, images are mostly 1024 widht, is there a way to force them taking full container width?
I am migrating to GP so old images from old theme are 1024 widht

It was weird because the first time ive set that option the images were taking full width but suddently not
thx

Hi there,

try this CSS to force them to fill the space:

.featured-image img {
    width: 100%;
}

Super, thank you!

You're welcome

This archived topic is closed to new replies.