Shopify themes, liquid, logos, and UX
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
Solved! Go to the solution
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
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
Discover how to increase customer engagement on your store with articles from Shopify A...
By Jacqui Apr 23, 2025Hey Community 👋 Did you know that March 15th is National Everything You Think Is W...
By JasonH Apr 1, 2025Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025