Center-Align Embedded Wistia Video

Hi,

I need the video on https://rittersp.com/stroke-technique-swimmers and https://rittersp.com/stroketechnique center-aligned.

I have the column setup for center alignment, and read on this forum I need to add something to the margin and display block–but I have no idea where to actually add the extra code, because when I did–it didn’t move it!

Thanks,

Hi,

To center it, you can add the code below in Cornerstone > CSS

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

Thank you!

You’re most welcome!

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