White line only appear on mobile below header

Hello I have recently discovered only on the mobile version that there is a white line just below my video header, specifically on mobile only. I have tried various coding and methods but just cant figure it out.

my shop is https://0132bc-4.myshopify.com/#MainContent Password: Brandon

HI @BrandoW

This is Henry from PageFly - Landing Page Builder App

You can try this code by following these steps:

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file base.css

Step 3: Paste the below code at bottom of the file → Save

@media (max-width: 767px){

.videoBoxInfo {

padding-top: 0 !important;

padding-bottom: 0 !important;

}

}

Hope that my solution works for you.

Best regards,

Henry | PageFly

Thank you so much, it worked perfectly :slightly_smiling_face:

1 Like

You are welcome @BrandoW :blush: