Archived topic
Change header on Front Page (Home Header in Elements) - Template WordSmith
3 replies · Started by Gabriel on March 19, 2019
Hi, I'm learning GP I'm currently using the WordSmith template.
How can I change the height of the Header located in the Front Page (Home Header in Elements)?
Can I create ANOTHER new Header for the Front Page? I have tried without success.
Regards!!
Hi there,
The height of the header element/page hero is determined by the top and bottom padding.
See more examples here:
https://docs.generatepress.com/article/page-hero-examples/
I'm not sure what you meant by another new header?
Thanks..
this is the solution
.hero-header {
padding-top: 0px;
padding-bottom: 0px;
}
Glad you figured out!