[Resolved] Header Background Video

Home Forums Support [Resolved] Header Background Video

Home Forums Support Header Background Video

Viewing 3 posts - 16 through 18 (of 18 total)
  • Author
    Posts
  • #931689
    Tom
    Lead Developer
    Lead Developer

    Can you try this CSS?:

    .site-header {
        overflow: hidden;
    }
    
    .inside-header > *:not(video) {
        z-index: 10;
        position: relative;
    }
    #931854
    Ivan

    Great! That works. Thanks, Tom

    #932483
    Tom
    Lead Developer
    Lead Developer

    You’re welcome 🙂

Viewing 3 posts - 16 through 18 (of 18 total)
  • You must be logged in to reply to this topic.