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

    How do I set the header to the highest z-index?
    Right now, it’s just the fixed main header, but I am thinking about changing to the fixed header with social icons so I’d also like to know how to change the z-index for that one as well. I can’t find the right header code. I set my Quick CSS with z-index’s to a lower number like 9000 and plan on setting the menu to 9999, but don’t know how.

    #171437

    Hi Alex!

    I’m not sure why you need this. Is the content overlapping the menu or the header?

    .main_menu {
    z-index: 9999;
    }
    
    .fixed_header #header {
    z-index: 9999;
    }

    Best regards,
    Ismael

    #171441

    Both, and thanks! That fixed it.

    #171460

    Glad Ismael could help, let us know if you have any more questions or issues :)

    Regards,
    
Josue

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Header disappears under section with high z-index’ is closed to new replies.