Home > database >  Video goes to the right, making it not visible in the mobile view. Any css fix please?
Video goes to the right, making it not visible in the mobile view. Any css fix please?

Time:10-12

The video on this blog goes to the right side (image link) on a smaller mobile screen and is not visible anymore.

I tried different positioning methods using CSS, tried creating another container which does not seem possible for all the pages maybe because of some bug, and a bunch of other things.

I would really appreciate a fix if possible.

Thanks!

CodePudding user response:

You can try repositioning that video file with CSS @media by accessing that video's id or class. If you could share your code with us it would be easier to help. -Thanks

CodePudding user response:

For the mobile view. You will have to switch to the mobile view of your page in the left bottom corner of Elementor and position the video where you want it to appear on your page without using additional css.

  • Related