Archived topic
Need help with layout items
2 replies · Started by Luke on February 7, 2021
I have two (hopefully) small formatting issues I can't figure out.
The links are in the private info below (as is the login info).
1. On the home page, there is too much dark gray blank space above the "Welcome to Mirror Valley" green title.
2. On all other pages (for instance, blogs, about, etc.), I cannot figure out how to adjust the color and size of the title bar (currently a large, light gray bar at the top with the title in black text).
Can you help?
Thanks!
Hi there,
1. You can reduce the Top Padding in Customizer > Layout > Container. This will apply across the site... if you only want to reduce it on the home page then use this CSS:
.home #content {
padding-top: 20px;
}
2. The site is using a Header Element:
https://docs.generatepress.com/article/header-element-overview/
They're located in Appearance > Elements. You will find an option to change the Background Color.
Wonderful! Thanks for your help!