We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more

White Line Under Video on Enterprise Theme

Solved

White Line Under Video on Enterprise Theme

TimDono1
Explorer
61 1 7

Hello,

 

A white line is appearing underneath videos I uploaded to my Shopify store on the "Enterprise" theme - www.shayrdair.com - particularly on mobile (see below).

 

Could really use some help! 🙏

 

unnamed (2).jpg

Accepted Solution (1)

PaulMartin
Shopify Partner
632 61 151

This is an accepted solution.

I can't remember exactly, did I help you in the past? 🤔

Anyway. Add this to your section's custom CSS

video-component > video {
height: calc(100% + 2px)
}

And that should fix it. Let me know if it doesn't.

Creating content for the Shopify Community 🙂
paulmartinlopez.com

View solution in original post

Replies 2 (2)

PaulMartin
Shopify Partner
632 61 151

This is an accepted solution.

I can't remember exactly, did I help you in the past? 🤔

Anyway. Add this to your section's custom CSS

video-component > video {
height: calc(100% + 2px)
}

And that should fix it. Let me know if it doesn't.

Creating content for the Shopify Community 🙂
paulmartinlopez.com
TimDono1
Explorer
61 1 7

This worked!! Thank you very much! 🙂