Reduce height of full width homepage post block

Posted in: Newsmag
Post count: 45

Hi,
Can you please tell me how to reduce the height of the homepage post block (td_homepage_full). I tried to add this code (picked up in forum):
.td-big-slide-background, body.single_template_4 #td-full-screen-header-image, .backstretch {
height: 700px !important;
}
The code only seems to reduce the image – not the homepage post block height.
Thank you.

Post count: 6600

Hi,

Please use this custom css: http://screencast.com/t/x8ZESwZ7

.page .template6-header {
top: 700px;
}

.page .td-full-screen-header-image-wrap, .page.single_template_6 .td-header-wrap {
height: 700px !important;
}

Thanks

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