• How to change thumbnails image size?
    Not in CSS but in . Now I get size of 150×150 and I do need a 600×300 (defined in WP as ‘medium’).

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Sovrn

    (@sovrn)

    Hello @onedaystop,

    Thank you for your inquiry! Would you like to change your thumbnail size using the custom CSS? Or using the Custom size thumbnails under the advanced settings? If you could email us at ea-support@sovrn.com at your earliest convenience, we would be happy to assist you!

    Regards,

    Sovrn Support

    Anonymous User 12851872

    (@anonymized-12851872)

    Hi,
    Why not use advanced settings ans “Enable custom CSS”

    ul.related_post li {
    width: 600px !important;
    }
    ul.related_post li a {
    }
    ul.related_post li img {
        width: 600px !important;
        height: 300px !important;
    }

    Then line custom size thumbnails, check “Use Custom Size Thumbnails”
    and fill the line below
    Custom Width (px) 600 Custom Height (px) 300

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Thumbnail size, not with CSS’ is closed to new replies.