How do I center align an embedded YouTube video with a max width?

I want my video to have a max width of 560px, but I want it to be center aligned and it won’t move. I set the section and column to center align with no luck. Help!

Thank you!

Hi Connor,

Thank you for reaching out to us. I checked your page and I see you’ve already added the max-width: 560px; to your video, now to central align the video simply add the following code in the Theme Options > CSS:

.x-frame-video-embed {
    margin: 0 auto;
}

Here are some related links for further reading, this could help you in finding and implementing some CSS fixes:

Hope this helps!

Thank you so much! That worked perfectly. I’ll dig into the links you sent as well. Cheers!

Glad we were able to help :slight_smile:

1 Like

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