Site logo

Archived topic

Forcing the width of the featured image of the post detail page

3 replies · Started by Mildmac SA (ESA78960895) on May 26, 2017

Viewing posts 1–4 of 4

Hello,
How can I force the width of the featured image of the posts on the detail page to have a determined size, and that if the image is smaller it can be enlarged
Thank you
Rafael

You could try this:

.page-header-image-single img {
    width: 100%;
}

You can change the width to whatever you like.

Great Tom. It worked perfectly.
Sorry for my ignorance with CSS.
Thank you very much

No apologies needed! Always happy to help :)

This archived topic is closed to new replies.