Site logo

Archived topic

Featured image taking full with of the column

3 replies · Started by Hasan on June 3, 2019

Viewing posts 1–4 of 4

How can I set width of the featured images to the full size of the column, when the image size is smaller than the column size?

Thanks!

Hi there,

try this CSS:

.generate-columns-container .post-image img {
    width: 100%;
}

Perfect! Thanks!! :)

Glad to be of help

This archived topic is closed to new replies.