Hello all,
I was wondering if someone could help me with a custom video banner.
I need a shop all button overlayed on the top like so, text also:
My custom video code is working fine in the custom liquid section of the theme editor section and is as such:
video {
display: block;
margin: 0 auto;
width: 100%;
height: 50%;
}
but within this code of course their is no button
my website home page for reference
www.sleepingbooty.com.au
Unfortunately this didn’t work
Please update the code and check again
Could you share your URL with video section so I can check?
it’s linked on the initial post
@sleepingbooty First of all update your HTML structure like this:
##
Shop of your choice
Shop All
Please update code
style>
video {
display: block;
margin: 0 auto;
width: 100%;
height: 50%;
}
.wrap-vid .button {
position: absolute;
padding: 8px 16px;
transform: translate(-50%, -50%);
top: 50%;
left: 50%;
z-index: 2;
}
Shop All