Home › Forums › Support › Normal header used as sticky – some pictures and text visible over it This topic has 3 replies, 2 voices, and was last updated 4 years ago by Leo. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts March 12, 2022 at 2:17 pm #2152410 Stephen http://www.stephenlavender.site David gave me the CSS below to use my normal header as a sticky header. This works well except that as I scroll through some pictures and some text are displaying on top of the header. – Is some additional CSS I can use to stop this please? Thanks Stephen .site-header, #mobile-header { position: -webkit-sticky; position: sticky; top: 0; } March 12, 2022 at 3:00 pm #2152432 LeoStaff Customer Support Hi Stephen, I’m not seeing the issue on the home page but can you try this instead? .site-header, #mobile-header { position: -webkit-sticky; position: sticky; top: 0; z-index: 99; } March 12, 2022 at 3:05 pm #2152436 Stephen Perfect thank you. Everything stays hidden behind header now. Thanks March 12, 2022 at 3:36 pm #2152455 LeoStaff Customer Support No problem 🙂 Author Posts Viewing 4 posts - 1 through 4 (of 4 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In