Blog picture fullwith withing Blogpost page

Hello there,

I read several topic about it but didn’t find teh solution…
Do you know how i can stop the Blog picture to go fullwith withing Blogpost page?
https://www.guideducv.com/photo-sur-votre-cv/

Thanks a lot,

Stephane

Hello Stephane,

Thanks for writing in!

Please add following CSS under Pro > Theme Options > CSS:

.entry-featured {
    width: 50%;
    margin: 0 auto;
}

1- I have found the proper CSS code selector using the Chrome browser Developer Toolbar: https://www.youtube.com/watch?v=wcFnnxfA70g

2- For the CSS code itself, I suggest that you get started with this tutorial: https://www.youtube.com/watch?v=yfoY53QXEnI

Thanks.

thanks a lot!

You are most welcome. :slight_smile:

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.