Center video on frontpage

Hi,

i am trying to add a video on a fronpage and i have a few questions.

What is the best way to do it? I have to use “widget” to insert it into the section on a frontpage. Which widget is the best?
And how do i than center the video. Now i used richtext editor and it displays on the left side instead of center. I also tried
to add <span></span> in the “texteditor” of the richtext, but it doesnt work.

Any help is appreciated.

Best regards,
Heki

Hi @heki,

You could use a text widget/HTML, and then use this css code:

.video { display: block; width: auto; margin: 0 auto; }

Thanks,

Cristian

Hello Cristian,

i will try that out. I kinda took it in a differend direction. I used pagebuilder in widget where i wanted to show my video.
Split that “row” into 3 coloms (25% 50% 25%) and put a video in the center :D.

Thank you for the info!

Regards
HEki

Hi @heki,

That’s also a good idea.

Thanks,

Cristian