A user is experiencing a layout issue where a video background on their product page appears separated from the product display instead of staying behind it as intended.
Proposed Solutions:
Two community members offered CSS-based fixes:
HauNT’s approach: Navigate to Theme → Edit Code, locate the base.css file, and add custom CSS targeting specific Shopify section IDs. The code sets position: absolute, z-index: 1, transparent background color, and zero positioning values for the featured collection gradient element.
PageFly-Victor’s approach: Add code to the theme.liquid file before the closing </body> tag (specific code snippet appears corrupted in the original post).
Both solutions involve editing theme files directly and require basic CSS knowledge. The issue appears related to CSS positioning and z-index layering of Shopify section elements. No confirmation yet on whether either solution resolved the problem.
Summarized with AI on November 22.
AI used: claude-sonnet-4-5-20250929.
On my product page i have a video background, however the background is separated from the products as shown in the photo. How do i make the video background stay behind the products and not separating itself?