How to decrease image header height on post template style 7?

Posted in: Newspaper
Post count: 12

How do I decrease the height of the feature image on post template style 7?

see: http://www.hwinsider.com/5-ways-to-improve-your-health/

Thanks

Post count: 22421

Hi,
You can use this code to do it:
.td-post-template-7 .td-post-header{
height:500px!important;
}

I set it to 500px but you can change that value to your preferred one.
Thank you!

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