Home Forums Trusted Pro Custom Header Homepage Issue

  • This topic has 1 reply, 2 voices, and was last updated 6 years ago by Andy.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #4277
    Phillip Allen
    Participant

    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?

    #4283
    Andy
    Keymaster

    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.

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Custom Header Homepage Issue’ is closed to new replies.