[Resolved] How to get rid of this white line under header image?

Home Forums Support [Resolved] How to get rid of this white line under header image?

Home Forums Support How to get rid of this white line under header image?

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #890117
    Sue

    I redid a website in GP using hooks to set up 2 header images, one for desktop and one for mobile. There’s a white line underneath the header image in both, and I have tried everything to get rid of it — I’ve used the Inspect feature in both Chrome and Firefox, and I still can’t figure out what’s generating it and how I need to tweak the CSS to get rid of it. I want the nav bar to be right underneath the header image without the white line. Can you help me before I lose my mind?!

    #890127
    Leo
    Staff
    Customer Support

    Hi there,

    Try this CSS:

    .desktop-image {
        line-height: 0;
    }

    Let me know πŸ™‚

    #890129
    Sue

    Thank you!! I was tearing my hair out πŸ™‚

    #890702
    Leo
    Staff
    Customer Support

    No problem πŸ™‚

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.