Nish Posted August 10, 2023 Share Posted August 10, 2023 As you can see - the header now has a extension of the section image in a gradient style. I would like to replicate this effect to the footer as well, but I dont see any option for that. Any ideas how I can get this done? Link to comment
tuanphan Posted August 11, 2023 Share Posted August 11, 2023 Hi, Can you share link to this? Just want to check how they did it 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
Nish Posted August 30, 2023 Author Share Posted August 30, 2023 coyote-hawk-6d8t.squarespace.com Link to comment
tuanphan Posted September 3, 2023 Share Posted September 3, 2023 Solved with this body { position: relative } body footer#footer-sections { position: absolute; bottom: 0; left: 0; z-index: 999; width: 100% } body footer.sections section,body footer.sections .section-background,body footer.sections .section-border { background: transparent } body article section:last-child { padding-bottom: 400px } @media screen and (max-width: 767px) { body article section:last-child { padding-bottom:600px } } 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