There is an issue with blog post images in the home page thumbnails and on the posts themselves being blurry that was only evident when I switched to Pro/Child theme.
URL is nbsprotection.com
Oddly, in the editor they are fine (at apparently the same size) but in the published views they are blurred. I forced a resize in additional CSS and it corrected the blur on the posts but the images are now too small and this did not correct the issue with the thumbnails (code you provided to another user, as follows:
body .entry-featured {
display: inline-block;
}
body .entry-thumb {
display: inline-block;
}
body .entry-thumb img {
min-width: 0;
}
.entry-featured
{
width:100% !important;
height:100% !important;
}
)
I’ve looked at several blog post topics on the subject and nothing has corrected the issue. I can live with the smaller image sizes if they can be set to center on the blog posts but the thumbnails are not acceptable. Please advise. I have temporarily removed the additional CSS pending a response so you can see the effect on the full sized images (the were enlarged but AI Sharpened.)
Note: This was NOT an issue using the original Yith theme we were using, it only happened when we switched to Pro-Child theme.
I can provide a temporary login/password.