Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #949635

    The video is not staying in its sections. It’s wrapping behind the next section

    #949866

    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

    #951159

    Great! How do I get the video to be centered on the page?

    #951271

    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

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.