Archived topic
Elements overlaps other Elements on my site
4 replies · Started by Roger Rogers on May 11, 2021
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.



Thank you very much!
Rupert.
The last image is what it looks like when it is working properly.
Thank you again.
Rupert.
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 */
}
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
Glad to hear that - and very happy to be of help!