Builder content link
What are you trying to accomplish
The Collection List under “Shop the Essentials” displays fine on my laptop and mobile, but appears partially covered by the video on desktop. I fear I messed something up with margin/padding potentially. I tried adjusting it but it doesn’t appear to fix the issue for me.
Hi @racheldbailey,
Are you facing this issue only on the desktop?
1 Like
As of this moment, yes, only desktop.
Can you check it on a different browser on your desktop and let us know if it’s the same?
1 Like
I just checked in Microsoft Edge–it displays the same way as Chrome (covered up).
Hi @racheldbailey,
Setting video position to “relative” should fix the issue.
video{
position: relative !important;
}
Let us know if you still have any concerns or questions. Thank you!
1 Like
Worked flawlessly! Thank you!
1 Like