Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello,

    Kindly try to add the below code to the Customize > Custom CSS section to fix it –

    figure.related-post-media img {
        height: 150px;
    }
    Thread Starter fransmith1111

    (@fransmith1111)

    Thank you so much,it works! If I’m having the same issue on the Blog Page (7th and 9th image height isn’t adjusting), can you also please provide me the custom css to fix this as well?

    http://663.dbf.myftpupload.com/blog/

    Kindly use the below code. Adjust the height as per your need in the code –

    .blog-entry.thumbnail-entry .thumbnail img {
        height: 250px;
    }
Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Single Post – Related Post Thumbnail Size’ is closed to new replies.