Reduce height of featured image in blog posts

Posted in: Newsmag
Post count: 5

Hello,

Is there a way I can reduce the height of featured image in a blog post?

https://imgur.com/vu86jD0

I want to reduce it to 300px in desktop and no changes for mobile.

Thanks
Naveen

Post count: 35449

Hi,

What you can do is to choose a different post style -> https://i.imgur.com/cvUl5qI.pngor use this custom css -> https://i.imgur.com/mzuEh72.png
.td-post-template-4 .td-post-featured-image {
height: 300px;
}

The code need to be set in theme panel> custom code> advance in desktop section like this -> https://i.imgur.com/IIMFMM0.png

Hope this will help you!
Thank you!

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newsmag’ is closed to new topics and replies.