How do i set the z index for headers inside xstore customizer?

This topic has 2 replies, 2 voices, and was last updated 1 weeks, 5 days ago ago by Luca Rossi

  • Avatar: Nicolo
    Nicolo
    Participant
    December 10, 2024 at 15:58

    How do i set the z index for headers inside xstore customizer?

    I need the header to be infront of the content upon pop up mode (f.ex my accout pop up, or hamburger menu pop up).

    But i cannot find where to add the z index like in elementor?

    Looking forward to hearing from you.

    1 Answer
    Avatar: Justin
    Luca Rossi
    Support staff
    December 11, 2024 at 10:32

    Hi @Nicolo,

    There is no settings for the main header, you can try with the custom CSS code:

    
    header#header {
        position: relative;
        z-index: 999999;
    }
    

    But we’re afraid this will not work, because the popup, cart, my account, … are inside the header. it means they will always stay above the main header.

    Best regards,
    8Theme’s Team

  • Viewing 2 results - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.