How Can I Center a Video?

I want to add a video and have it be in the middle of the page (as opposed to left-justified (or whatever the right term for that is)), but no matter what I do - add a new row, put the video in a column, etc, it still ends up all the way to the left.

How can I center the video? BTW, this is an embeded video (Wistia).

I’m using Firefox 40.0.3

the page is still in draft.

Cheers!

Ken

Hi Ken,

Here is one way to do so:

  • give the video module an id name in the Advanced tab of the video module, eg. wistiavideo
  • add the following CSS to your CSS file
#wistiavideo {
	text-align: center;
}

I just signed up for their trial account and used the sample Lenny the dog video :slight_smile: … works for me :slight_smile:

Cheers!
Lyle

1 Like

Holy crap, that worked. Awesome, thanks!!

Cheers,

Ken