LouiseDrever Posted August 29, 2022 Share Posted August 29, 2022 Site URL: https://drdot.squarespace.com/ Hi there, I have an image in the footer of this client site layered so that it overlaps the footer and the section above. All of a sudden today, half of the image is hidden behind the section above. I've tried adding a z-index value, but that's not changing anything. Any ideas? This is the code I used: // LOGO OVERLAP // section[data-section-id="62c59848b1608a2369d86e2d"]{ .content-wrapper, .sqs-row { position:static !important; } .image-block:first-child { position:absolute; width:120px; top:0; left:50%; transform:translateX(-50%); margin-top:-60px; } } Many thanks! Link to comment
tuanphan Posted August 30, 2022 Share Posted August 30, 2022 What is access password? Try add this CSS footer.sections { z-index: 12345678987654321 !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
LouiseDrever Posted August 30, 2022 Author Share Posted August 30, 2022 32 minutes ago, tuanphan said: What is access password? Try add this CSS footer.sections { z-index: 12345678987654321 !important; } That worked! Thank you so much 🙂 tuanphan 1 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