White line only appear on mobile below header

Solved

White line only appear on mobile below header

BrandoW
Visitor
2 0 1

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

Whit eline.jpg

Accepted Solution (1)

PageFly-Henry
Shopify Partner
1184 335 285

This is an accepted solution.

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

Please let me know if it works by giving it a Like or marking it as a solution!


PageFly - #1 Page Builder for Shopify merchants.


All features are available from Free plan. Live Chat Support is available 24/7.

View solution in original post

Replies 3 (3)

PageFly-Henry
Shopify Partner
1184 335 285

This is an accepted solution.

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

Please let me know if it works by giving it a Like or marking it as a solution!


PageFly - #1 Page Builder for Shopify merchants.


All features are available from Free plan. Live Chat Support is available 24/7.

BrandoW
Visitor
2 0 1

Thank you so much, it worked perfectly  🙂

PageFly-Henry
Shopify Partner
1184 335 285

You are welcome @BrandoW 😊

Please let me know if it works by giving it a Like or marking it as a solution!


PageFly - #1 Page Builder for Shopify merchants.


All features are available from Free plan. Live Chat Support is available 24/7.