Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #377512

    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.

    #377631

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.