Comments RoadtoPangea started the conversationJuly 29, 2021 at 5:05pmHi all,I would like to change the height of the featured image (single Post, Style 5) so that more can be seen on the image. Can you give me the CSS code? That would help me a lot.Thank you in advance,Best,Nadine 2,613PenciDesign repliedJuly 29, 2021 at 6:08pmHi,Please go to Appearance → Customize → Custom CSS then add the following custom CSS code: .penci-body-single-style-5 .container-single .post-image { max-height: 550px;}Change 550px to your custom value.Regards,PenciDesign.RoadtoPangea repliedJuly 30, 2021 at 12:54amThanks for your help.I would like to have the whole image on it. As I had used the code you sent me, I didn't get that, even if I set the max height higher.Whats wrong? 2,613PenciDesign repliedJuly 30, 2021 at 3:21amHi,Please modify the code like this: @media only screen and (min-width: 767px) { .penci-body-single-style-5 .container-single .post-image { height: 550px; }}Regards,PenciDesign. Sign in to reply ...
Hi all,
I would like to change the height of the featured image (single Post, Style 5) so that more can be seen on the image. Can you give me the CSS code? That would help me a lot.
Thank you in advance,
Best,
Nadine
Hi,
Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:
Change 550px to your custom value.Regards,
PenciDesign.
Thanks for your help.
I would like to have the whole image on it. As I had used the code you sent me, I didn't get that, even if I set the max height higher.
Whats wrong?
Hi,
Please modify the code like this:
Regards,
PenciDesign.