I am trying to add an embedded YouTube video in a page that I am building, but have been running into some issues. If I use a Content or Text element, the video takes up the full width of the container. I tried using a Video element instead, which allowed me to set the max width, but the video is stuck aligned left, and I can’t seem to move it to the center. Is there some custom CSS that I can add to do this?
Hi Ryan,
If you are using the Video element, after setting the max-width, also set the left and right margin of the video element to auto.

Hope this helps.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.