claruhh Posted January 25, 2022 Posted January 25, 2022 Site URL: http://matveycherry.squarespace.com Hello! I am having trouble with a few things with the footer. I attached an image for reference. Is there a way to make the footer transparent, so it matches the background of the content of the page? In the photo attachment I have an animated background with a black footer but I would like the background of the content stay consistent throughout the whole page. I noticed in mobile view, the contents of my footer gets divided into two lines. I tried moving the blocks to make it go side by side but it was not working. Is there a way to keep it in one line? The web url is http://matveycherry.squarespace.com and the password is cherry Thank you in advance for your time and help! -Clara
tuanphan Posted January 26, 2022 Posted January 26, 2022 #1. Footer on all pages or which page? #2. Add to Design > Custom CSS /* Mobile Footer Side by side */ @media screen and (max-width:767px) { div#page-section-61e8a48a556eb60aba8696a9 .span-6 { width: 50% !important; float: left !important; } } claruhh 1 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!)
claruhh Posted January 27, 2022 Author Posted January 27, 2022 On 1/26/2022 at 6:16 AM, tuanphan said: #1. Footer on all pages or which page? #2. Add to Design > Custom CSS /* Mobile Footer Side by side */ @media screen and (max-width:767px) { div#page-section-61e8a48a556eb60aba8696a9 .span-6 { width: 50% !important; float: left !important; } } #1. Footer for all pages, please. #2. The code worked beautifully! Thank you so much 🙂
tuanphan Posted January 29, 2022 Posted January 29, 2022 Try adding to Design > Custom CSS /* Footer transparent */ 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 { background: transparent; } 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!)
claruhh Posted February 2, 2022 Author Posted February 2, 2022 On 1/29/2022 at 10:10 AM, tuanphan said: Try adding to Design > Custom CSS /* Footer transparent */ 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 { background: transparent; } Just tried it and didn't work 😞
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment