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
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
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
Hi Gregor,
We’re glad that we could help :)
Thanks for using Enfold and have a great day!
Best regards,
Nikko