Archived topic
Homepage Thumbnail not Uniform
5 replies · Started by Theodore on April 14, 2021
Hi,
Thanks for providing this awesome theme. I am using the premium version but the homepage thumbnails ain't uniform. Please how do I make the thumbnail uniform?
Hi there,
can you share a link to the site where i can see the issue ?
Thanks for the update. Here is the site in question: Gadgetswright.com
You can use some CSS for fix the height and force the image to fill the space:
.generate-columns .post-image img {
height: 200px;
width: 100%;
object-fit: cover;
}
Thanks. This really work. Please, how do I add related posts below content
Hi Theodore,
Could you please open a new topic for a non-related question?
Thank you very much for your understanding :)