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