Tagged: 

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

    I have created blog posts with featured image sizes 613 × 321.

    The thumbnail sizes of the related posts distort – it is squashing the landscape image into a square.

    I want to keep it square but need it to display a portion of the image instead.

    For the next post images, it is displaying as landscape.

    I need them to be square and display a portion of the image instead.

    I hope this makes sense!

    #1276607

    Hey studiovene,
    Sorry for the very late reply and thanks for the link, please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    .avia-post-nav .entry-image img {
        border-radius: 0 !important;
        width: 70% !important;
    }
    .avia-post-nav .entry-image {
    	height: 64px !important;
        width: 112px !important;
    }
    .avia-post-prev .entry-image img {
    	float: right !important;
    }

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

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