The video is not staying in its sections. It’s wrapping behind the next section
Hey Chad_Roberts,
Thanks for giving us the link to your site.
Can you try adding this css code in Quick CSS (located in Enfold > General Styling):
#top .mejs-container {
max-height: 100%!important;
}
Hope it helps :)
Best regards,
Nikko
Great! How do I get the video to be centered on the page?
Hi Chad_Roberts,
Try adding this css code in Quick CSS:
.home #av_section_1 .wp-video {
margin-left: auto;
margin-right: auto;
}
Let us know if this helps.
Best regards,
Nikko