Background Video Position

Hallo!
Is there an option that I can position the Video?
Like an Picture “Center” - Top/Bottom I have found no option or any other way

thank you

Hey Christoph,

Thank you for reaching out to us. I believe you can do this with custom CSS. Give your section a class e.g video-background that has the background video and then add the following code in the Theme Options > CSS:

.video-background video {
    top: 24px !important;
    left: 24px !important;
}

You can then adjust the top and left values in the above code as per your need. Hope this helps!

1 Like

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