Hello,
We are trying to update our blog layout to ”Blog Single Author Small” and are having some difficulties with adjusting the size of the preview image. Within the settings for this layout, it gives you the option to ”Choose the preview image size manually” however, when we choose a custom preview image size, the image still only shows as ”Portfolio” size or ”Feature” size. The image is not updating to the ”custom preview image size” we have chosen.
Hey tkingsbu!
Try adding this to your custom CSS.
.blog-meta img {
width: auto !important;
height: auto !important;
}
If that’s not working then send us a link and we’ll take a look.
Best regards,
Elliott