Ledererlegal Posted August 24 Share Posted August 24 (edited) Hey there, I'm having trouble embedding native videos into my website without them showing an ugly white edge at their bottom (you will find two videos under the main landing page ("home"), one directly at the top, the other if you scroll to the end). Website: https://www.lederer.live/ Screenshot: I already tried using different CSS-code material I found in similar forum topics. Unfortunately nothing worked. Codes I tried: 1. section[data-section-id="62b7422094e2396356c7ce98"] .section-background { left: 0 !important; right: 0 !important; bottom: 0 !important; } 2. .embed-block .intrinsic .embed-block-wrapper:not(.embed-block-provider-SoundCloud), .video-block .intrinsic .embed-block-wrapper:not(.embed-block-provider-SoundCloud), .embed-block .sqs-block-content .intrinsic .embed-block-wrapper:not(.embed-block-provider-SoundCloud), .video-block .sqs-block-content .intrinsic .embed-block-wrapper:not(.embed-block-provider-SoundCloud) { position: relative; padding-bottom: 0px !important; } Nothing works. Am I doing something wrong? (Copying Code into "Website-Tools" -> "Custom CSS" -> "Save") Would you please provide a working solution for my website? Thanks in advance, much appreciated. Yours CL Edited August 24 by Ledererlegal forgot quoting website Link to comment
tuanphan Posted August 26 Share Posted August 26 You can use this to Website Tools > Custom CSS .fe-66c5bfdad7baf06c6bdffaf7 { grid-template-rows: repeat(21,minmax(calc(~"var(--container-width) * var(--row-height-scaling-factor)"), auto)) !important; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
Ledererlegal Posted August 28 Author Share Posted August 28 hey, didn't work unfortunately. Other ideas? Kind regards Link to comment
tuanphan Posted August 30 Share Posted August 30 On 8/28/2024 at 5:10 PM, Ledererlegal said: hey, didn't work unfortunately. Other ideas? Kind regards Try change number 21 to 19 Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment