Reduce image header height on post style 6

Posted in: Newspaper
Post count: 22

Hi,
I would like to reduce header image height on post style 6:

https://tacticalpedia.com/youve-got-get-get/

Can you help me with CSS?
Thanks,
Francesco

Post count: 20688

Hi,

Try this code for post template 6, enter it in Theme panel->Custom Css

@media (min-width: 767px) {
.td-post-template-6 .td-post-header {
height: 500px;
}
}

Result – https://www.screencast.com/t/yJVVezk3
Thanks

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