Re: Parallax Theme :: Remove White Line Beneath YouTube Video

Solved

Parallax Theme :: Remove White Line Beneath YouTube Video

TimDono1
Explorer
61 1 7

Hello!

 

I'm using Out of the Sandbox's Parallax Theme, and I could use some help with removing a white line beneath my Hero's YouTube Video (please see a snapshot below)(website: www.shayrdair.com)

 

White Line.png

 

I'm relaunching my store on Monday and would appreciate some help straightening this out!

 

Many thanks for considering my request 🙂

 

-Tim

Accepted Solution (1)

PageFly-Victor
Shopify Partner
7865 1786 3134

This is an accepted solution.

HI @TimDono1 

This is PageFly - Advanced Page Builder.

 

You can try with this code:

Follow this:

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

Step 2: Search file styles.css.

Step 3: paste below code in bottom of file -> save.

 

div.container {

    padding-bottom: 0 !important;

}

 

Hope that my solution works for you.

Best regards,

PageFly.

View solution in original post

Replies 4 (4)

PageFly-Victor
Shopify Partner
7865 1786 3134

This is an accepted solution.

HI @TimDono1 

This is PageFly - Advanced Page Builder.

 

You can try with this code:

Follow this:

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

Step 2: Search file styles.css.

Step 3: paste below code in bottom of file -> save.

 

div.container {

    padding-bottom: 0 !important;

}

 

Hope that my solution works for you.

Best regards,

PageFly.

TimDono1
Explorer
61 1 7

Thank you @PageFly-Victor. It worked!!! I really appreciate your help! 😊

TimDono1
Explorer
61 1 7

Hey! @PageFly-Victor 

 

I just noticed that the white space padding at the bottom of my homepage is missing. Could this have resulted from the fix you shared? (Please see the snapshot below)(website:www.shayrdair.com)

 

New White Space.png

 

Thanks in advance for giving it a look 😊

 

-Tim

PageFly-Victor
Shopify Partner
7865 1786 3134

@TimDono1 

Please try again with this code:

 

div#shopify-section-footer {
margin-top: 20px;
}

PageFlyVictor_0-1667176454547.png