Adjusting height post style 8

Posted in: Newspaper
Post count: 111

Hey guys,

I really like post template style 8, however on a smaller screen (I’m working with a 1366 x 768 resolution atm) I dont like the height of the transparant header on these smaller screens as it covers the whole page.. I would prefer to have a similar height of the header as in the category page style 8.

Is there some custom CSS I could use to adjust the height? Preferably with a media query so it only affects the smaller screens?

Post count: 23312

Hello VoZz,

If you want to decrease the height of this container, please try the code below and add it in Theme panel->Custom CSS area.

The code is ->

@media (max-width:768px){
.td-post-template-8 .td-post-header {
height: 200px;
}
}

The result you should see here -> http://screencast.com/t/UR0XPsKlRI6e

Hope this helps!

Thank you for the message!

Post count: 111

Works perfectly. Thanks!

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