Archived topic
Header Background Video
17 replies · Started by Ighty on March 11, 2019
Viewing posts 16–18 of 18
Can you try this CSS?:
.site-header {
overflow: hidden;
}
.inside-header > *:not(video) {
z-index: 10;
position: relative;
}
Great! That works. Thanks, Tom
You're welcome :)
This archived topic is closed to new replies.