- This topic has 1 reply, 2 voices, and was last updated 6 years, 8 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- The topic ‘Custom Header Homepage Issue’ is closed to new replies.
Home › Forums › Trusted Pro › Custom Header Homepage Issue
You guys are great and I love the theme.
When I use the custom image on the header on the homepage I lose some of the “coolness” CSS… the featured sections doesn’t overlay over the header. Thoughts?
The standard header gives the featured services area a negative top margin to make it overlay the header.
You can do the same to the custom header with this css snippet added to Additional CSS in the customizer
.home #featured-post-section.custom-header {
margin-top: -65px;
}
If you find it moves too far up, change -65px (minus 65 pixels) to a different value.