Site logo

[Support request] Elements overlaps other Elements on my site

Home Forums Support [Support request] Elements overlaps other Elements on my site

Home Forums Support Elements overlaps other Elements on my site

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1774023
    Roger Rogers

    Site:
    http://www.affiliatemarketingly.org

    My visitors inform me that when they scroll down all the way to the bottom of my homepage, images and footer elements overlap my header when scrolling up and down.

    images and text overlap sticky header element

    Another example screenshot

    If visitor does not scroll all the way down, it works fine!

    Thank you very much!

    Rupert.

    #1774027
    Roger Rogers

    The last image is what it looks like when it is working properly.
    Thank you again.
    Rupert.

    #1774057
    David
    Staff
    Customer Support

    Hi there,

    edit your my-sticky-element CSS and give it a higher z-index – as per below:

    .my-sticky-element {
        position: sticky;
        position: -webkit-sticky;
        top: 0;
        z-index: 10; /* Add this property */
    }
    #1774994
    Roger Rogers

    Hello David,

    How exciting to talk to you. So many of your support exchanges with customers have helped solve issues I faced in the past.

    The issue is resolved now with the code change you suggested above.

    Thank you very much!

    Best regards, Rupert

    #1775234
    David
    Staff
    Customer Support

    Glad to hear that – and very happy to be of help!

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