How can i remove the black border from my video background section in Dawn Theme on mobile view

Solved

How can i remove the black border from my video background section in Dawn Theme on mobile view

shortsman
Visitor
2 0 0

Hello people,

I'm creating my website and I uploaded a video of my own in the video slideshow section, but what happened is that the video has a black border in the mobile view, is there any solution to it? 

I have attached this screenshot for your preview

 

WhatsApp Image 2023-04-04 at 1.01.13 AM.jpeg

 

Accepted Solution (1)

PageFly-Victor
Shopify Partner
7865 1786 3133

This is an accepted solution.

Hi @shortsman ,

This is Victor from PageFly - Landing page builder, I’d like to suggest this idea for solution:

Step 1. Go to Online Store -> Theme -> Edit code
Step 2. Open your theme.liquid theme file
Step 3. Paste below code before </body> :

<style>
@media screen and (max-width: 767px){
.videoBoxInfo {
    background-color: white;
}
}
</style>

Hope my answer will help you.

Best regards,

Victor | PageFly

View solution in original post

Reply 1 (1)

PageFly-Victor
Shopify Partner
7865 1786 3133

This is an accepted solution.

Hi @shortsman ,

This is Victor from PageFly - Landing page builder, I’d like to suggest this idea for solution:

Step 1. Go to Online Store -> Theme -> Edit code
Step 2. Open your theme.liquid theme file
Step 3. Paste below code before </body> :

<style>
@media screen and (max-width: 767px){
.videoBoxInfo {
    background-color: white;
}
}
</style>

Hope my answer will help you.

Best regards,

Victor | PageFly