VanGuerr24 Posted May 9 Share Posted May 9 Hi everyone, I want to add a video header to my about page, I have inserted a full page background image and used CSS to do so and that is the reason why my video background doesn't show. I have added now a video as block but there is a big gap on top and below. Is there any ways to tweak it so its aligned on the page or do you have any recommendation to adjust the CSS so it allows me to use a video background for a section? Here is the Code I use: /* squarespace update in 2023 - not in the video but important */ .section-border{opacity:0!important} /* Add the image as a background*/ #page{ background-image:url(https://static1.squarespace.com/static/6638d4bb307ca1305dcde0f0/t/663b5b6ef2696813f4a34ab5/1715166065224/Cream+and+Brown+Photographic+Beauty+Site+Launch+Website+%283%29.png); background-size: cover} /* Make the page section backgrounds transparent */ #page .page-section { background: transparent!important } #page .page-section .section-background { background: transparent !important; } .sqs-block-button-element--medium{background-color:transparent!important; background-image:url(https://static1.squarespace.com/static/6638d4bb307ca1305dcde0f0/t/663a12005a03926779db796e/1715081731369/Untitled+design+%2865%29.png); background-size:cover!important; background-position:center;background-repeat:no-repeat!important} // CUSTOM FONT @font-face { font-family: 'blackstone'; src: url(https://static1.squarespace.com/static/6638d4bb307ca1305dcde0f0/t/663a1360b60fba5d938dc014/1715082080990/Blackstone.ttf); } h1 { font-family: 'blackstone'; font-size: 20pt; letter-spacing: 1px; line-height: 140%; } I have attached an image Any help is welcome! Thank you . Link to comment
tuanphan Posted May 10 Share Posted May 10 What is page url? We can check problem easier. 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
VanGuerr24 Posted May 10 Author Share Posted May 10 Hi, The URL is: https://roadrunner-apricot-pkw6.squarespace.com/about-4 PW: elevate Thank you for having a look! Link to comment
Solution tuanphan Posted May 12 Solution Share Posted May 12 (edited) On 5/10/2024 at 11:03 PM, VanGuerr24 said: Hi, The URL is: https://roadrunner-apricot-pkw6.squarespace.com/about-4 PW: elevate Thank you for having a look! You try this code to Website > Website Tools > Custom CSS @media screen and (min-width:768px) { [data-section-id="663cd56b24d83620dbe8f08d"] .content-wrapper { padding-top: 0px !important; } [data-section-id="663cd56b24d83620dbe8f08d"] { padding-top: 300px !important; } .fe-663cd56b2260ec5cc8d94117 { --row-height-scaling-factor: 0 !important; } } Edited May 12 by tuanphan 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