After updating several of our sites to the new LearnDash 3.0 we found that most of our videos that we had embedded were being pushed down and out of sight behind the continue buttons.
We noticed this issue on several of our sites using the Divi theme. I am not sure if this issue is isolated to Divi, but we were able to fix it with just a little CSS code added to our theme.
.learndash .learndash-wrapper .ld-video {
position: static;
padding: 0px;
height: inherit;
}
After applying that CSS, all our videos were correctly positioned on the page.
If you are having any video positioning issues after updating your WordPress LMS to LearnDash 3 maybe this can help you out.
Thank god for your post!!!!! This issue was driving my mad! XD
Happy to help! I am so glad it was useful.
I face another issue, when I play the video, it’s brightness increases and is very irritating. Use divi and LD
This is also a funny issue. I get this issue in chrome, brave and opera on my laptop. On another laptop it works fine even in chrome. Not sure why this is happening, and what settings do I need to correct on my laptop.
Found a solution, – sharing it here in case if you see such an issue. From chrome, I disabled hardware acceleration, and it was fine.
Thanks for posting the CSS as well. It has been a big help.
This code did not work for me.
See- https://guptam.com/programs/lsswb/lessons/welcome/topic/welcome-note/
and https://guptam.com/programs/lsswb/lessons/welcome/topic/welcome2/
the 2nd link is how I want, here I used imbed. In first I used video progression.
Hi Mohit!
I checked out that first link you posted and I don’t see that code from the post being applied to the video elements. When I use the chrome inspector and apply the code directly it does work as intended.
So I’d check on if the CSS is in the correct place to be loaded by your theme.
Good Luck!
I applied it in the Divi CSS under Theme options. Where should it be added?
Found a fix, I added !important to each of the three parameters, and it worked.
To god be the praise for your article. This problem was driving me completely insane.