• Resolved stefanmle

    (@stefanmle)


    Hi,

    I have issues with the sticky header, the z-index seem to be to low (even after I set it to 99999).

    Du you have any idea why this might happen? And would you have any workaround?

    Regards

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi,

    The parent element can influence the element.
    To solve the problem, you need to add z-index to the parent element.

    .first-section{
    z-index:99999;
    }

    the theme’s Appearance -> Customize -> Custom CSS

    Thread Starter stefanmle

    (@stefanmle)

    Thank you, worked like a charm ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Z-index issue with Salient theme’ is closed to new replies.