Adjust Post Template Style 3 Image Height

Posted in: Newspaper
Post count: 103

Is there a way using CSS to adjust the height of the post image on Style 3?

Post count: 20688

Hi,

You could set a height limit for the featured image with a code like this
https://www.screencast.com/t/eZtYuMpn
The height value can be modified if you think is necessary, then enter the code in Theme panel->Custom Css

.td-post-template-3
.td-post-header-holder {
max-height: 500px;
}

Thanks

Post count: 103

Perfect, thanks!

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