Archived topic
fixed header, overlapping content
3 replies · Started by Joachim on July 25, 2020
Hi,
I'm migrating step by step from Divi to Generatepress - at the moment I'm using the divi builder with Generatepress.
When using a fixed header and scrolling down the content moves over the fixed header. I guess it is some css coding in Generatepress - can you help?
The caching is disabled for this page: https://www.outdoor-lights.eu/de/aktuelle-bilder/
Thanks!
Joachim
Hi there,
the entire page is built out of divi and i cannot see anything theme related that would effect it.
But it is to do with z-indexing.
Try this CSS:
#et-boc .et-l--body {
position: relative;
z-index: -1;;
}
Hi David,
that's the game changer - now everything is fine!
Thanks for your help!
Best regards
Joachim
You're welcome