post picture ( Template post style 7

Posted in: Newspaper
Post count: 4

Hey, just a questions.

How i can change height size of the post picture ( Template post style 7) maybe to 300px.

For example:
example

Thanks a lot

Tha

Post count: 23312

Hello tha,

You should use a bit of CSS code if you want to decrease the height size of this image.

The code is ->

.td-full-screen-header-image-wrap{
height:300px;
}

Thanks for the message!

Post count: 4

Hey Catalin,
thanks for the quick response. If i use the code i will missing the post title, entry title, subtitle, author, date, views and so on. any idea?

Post count: 22421

Sorry but the code was missing the second part. Please use this code instead:

.td-full-screen-header-image-wrap{
height:300px;
}
.td-post-template-7 .td-post-header-holder{
bottom: 345px;
}

Thank you!

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