Image does not fit blog image section!

My images do not fit the blog image page section. On blog post it fits correctly but on the home page itself it does not fit or look proper.

Hi Sasan,

Thank you for writing in, while that is outside the scope of support, I could point you in the right direction with the understanding that it would ultimately be your responsibility to take it from here.

Because this requires a template change, I’d advise that you setup a child theme. This allows you to make code changes that won’t be overwritten when an Theme update is released.

Then add the PHP code provided by Ruenel here in your child theme’s functions.php file.

Then add this to Theme Options > CSS to fit the image perfectly.

.x-recent-posts .x-recent-posts-img {
    background-size: contain;
   padding-top:10%;
}

Lastly, (If you have caching plugins) please clear your caching plugins and browser’s cache to see the changes immediately.

Hope it helps,
Cheers!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.