Archived topic
how to configure post thumbnails in full screen
3 replies · Started by gulhio on February 9, 2021
Hello, so far generatepress seems great to me.
I would like to know how I can have the same style as https://www.garyvaynerchuk.com/a-letter-i-wrote-in-a-locker-room/
I appreciate your help
Hi there,
similar effect can be seen on this GP Site:
https://gpsites.co/mellow/2018/11/16/10-easy-stress-reduction-methods/
It uses a Header Element for the hero:
https://docs.generatepress.com/article/header-element-overview/
And then a little CSS to pull the page content over the hero:
@media (min-width: 769px) {
.page-hero + #page {
margin-top: -100px;
}
}
Muchas gracias amigo!
You're welcome