How to reduce main image depth on single_template_6 while keeping responsiveness

Posted in: Newspaper
Post count: 12

Please can you help me reduce by eg 30% the height of the main image on single_template_6?
Thank you!

Post count: 22421

Hello,
You can try to add this custom css in the theme panel custom css box:
.td-post-template-6 .td-full-screen-header-image-wrap{
height: 450px;
}
.td-post-template-6 .td-post-header-holder{
bottom: 250px;
}

Thank you!

Post count: 12

Hi Bogdan
So I tried adding this code (below) to the theme panel, custom code, custom HTML… but nothing changed… what did I do wrong?
Thanks
Paul

.td-post-template-6 .td-full-screen-header-image-wrap{

height: 450px;

}

.td-post-template-6 .td-post-header-holder{

bottom: 250px;

}

Post count: 12

Sorry/Please ignore this, it has started to work 🙂

Post count: 12

Hi Bogdan
We have tried this but it doesn’t seem to work responsively, please can you advise on this,
Thanks
Paul

Post count: 20688

Hi,

Please try this code, it should work properly on all devices

.td-post-template-6 .td-post-header{
height: 450px;
}

Thanks

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