Parallax Theme :: Remove White Line Beneath YouTube Video

Topic summary

A user running Out of the Sandbox’s Parallax theme needed help removing an unwanted white line appearing beneath a YouTube video in their hero section on shayrdair.com.

Initial Solution:
PageFly support provided CSS code to add to the theme’s style.css file:

  • Navigate to Online Store → Theme → Edit code
  • Add div.container { padding-bottom: 0 !important; } to the bottom of the CSS file

Issue & Follow-up:
While the original fix successfully removed the white line, it created a new problem—eliminating necessary white space padding at the bottom of the homepage.

Revised Solution:
PageFly provided updated CSS targeting the footer specifically:

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

The discussion remains open as the user has not yet confirmed whether the second fix resolved both issues without side effects.

Summarized with AI on November 25. AI used: claude-sonnet-4-5-20250929.

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|2878x1272](upload://2ulD7O2gMp1I6RqsBgr56xFux67.jpeg)

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

Many thanks for considering my request :slightly_smiling_face:

-Tim

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.

1 Like

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

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)

Thanks in advance for giving it a look :blush:

-Tim

@TimDono1

Please try again with this code:

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