Featured image in blog post small

I went to Blog Post: Featured image displayed as thumbnail
and added the css, no luck
How do I center, and keep the image large?
https://pyr1staging.wpengine.com/2021/01/12/daylight-saving-time-ends-november-3-dont-miss-a-tick/

FYI, when it loads the BIG picture appears (as it should as featured)…

BUT then it goes away and the little image you see appears to replace it.

So it starts correctly (with the large image) but it goes away and the small image comes in to replace it.

Suggestions on how to get this to work corretly?
TY

Hi John,

It seems the width and height of the parent div is the reason behind your issue.

Please add the following custom CSS code into the Theme Options > CSS to get rid of this issue.

.entry-featured
{
    width:100% !important;
    height:100% !important;
}

Please remember that the above code will work if copied as it is and don’t conflict with any existing style.
Please note that the code provided serves only as a guide to help you get started custom coding on your own if there’s no option offered in our theme or the products we bundle.
We really do not provide support for custom codes that means we can’t fix it in case it conflicts with something on your site nor will we enhance it.

Thanks

Hi Tristup - 1st, thank you! 2nd, I can’t believe I was so blind and missed that.

I appreciate your help and your patience.

John

Hi John,

You’re welcome and it’s our pleasure to help you. If you have any other concerns regarding our theme features, feel free to reach us.

Thank you.

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