drewdp Posted March 23 Posted March 23 Hello, I am trying to use a video to fill the entirety of a section, but I can't get rid of a tiny amount of black space at the top (apparent when you click play on the video). https://www.drewdepinto.com/lastcall Any custom CSS that can help? Thanks!
Jia Posted March 23 Posted March 23 1 hour ago, drewdp said: Hello, I am trying to use a video to fill the entirety of a section, but I can't get rid of a tiny amount of black space at the top (apparent when you click play on the video). https://www.drewdepinto.com/lastcall Any custom CSS that can help? Thanks! Hi, try adding this code to custom css: .fe-62f598d58e8ab156c1898a1f { --row-height-scaling-factor: 0; } Please give this a 👍 if it helps. Make sure to quote me or tag me in your reply, otherwise I won't be notified. www.sevenstars.studio www.instagram.com/sevenstars.studio
drewdp Posted March 24 Author Posted March 24 Thanks! I tried adding this code but it doesn't seem to be working.
Solution tuanphan Posted March 26 Solution Posted March 26 On 3/24/2024 at 8:22 AM, drewdp said: Thanks! I tried adding this code but it doesn't seem to be working. You can use this CSS code div#block-1202d3eb3c3c071c4fd0 { justify-content: flex-start !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!)
drewdp Posted March 26 Author Posted March 26 11 hours ago, tuanphan said: You can use this CSS code div#block-1202d3eb3c3c071c4fd0 { justify-content: flex-start !important; } This worked, thanks so much! tuanphan 1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment