Hey there support. Thanks for al you do for us.
On page specified in private, when the video is clicked and displays the lightbox, the header and sidebar are on top of the video player. See image attached. How can I layer z-index appropriately.
Thanks!
Hi all,
A solution for the issue provided by the Vimeography plugin developer. I noticed others using Vimeography with CSS questions on this forum so here’s the fix from Dave Kiss:
Try adding this custom CSS rule to the bottom of your WordPress theme’s style.css file or section:
aside.sidebar { z-index: 0 !important; }
Enjoy!