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

    Hello Support,
    I installed an plugin to change a big video in an iframe to convert into a smaller stick version of this video when user scrolls the big version out off sight.
    The problem is that the sticky video is covered by the pages main content and I can’t get it to show above it. It is set to “z-index: 99999 !important;” but this does not bring sticky video over the content containers.

    What could cause this?

    Thanks
    Gregor

    #1102913

    Hey Gregor,

    Try adding this css code:

    #top.page-id-52127 #av_section_1 {
        position: relative;
        z-index: 99999;
    }

    Hope it helps.

    Best regards,
    Nikko

    #1103110

    Hi Nikko,
    Thanks a lot, it worked!!!!
    First I thought it didn’t but after clearing the CDN Cache it worked correctly.

    Thanks a lot & best regards
    Gregor

    • This reply was modified 5 years, 5 months ago by gregorh.
    #1103147

    Hi Gregor,

    We’re glad that we could help :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘z-index not working’ is closed to new replies.