BillChesney Posted January 18 Share Posted January 18 I'd like to have that "V" shape crest UNDER the image of flying papers. Should the image be in THAT block, or the one UNDER it? I tried some margin stuff, but that just stretches the block out. I want it to sit on top. I also tried some 'position' stuff, but I don't think I'm doing it right. https://www.brownleepress.com/deals Any help would be greatly appreciated. Link to comment
Ziggy Posted January 19 Share Posted January 19 If you place the image block below, you can use a negative margin to move it up to overlap. Please like and upvote if my comments were helpful to you. Cheers! Zygmunt Spray Squarespace Website Designer Contact me: https://squarefortytwo.com Hire me on Upwork! 📈 SEO Space (Referral link) Ⓜ️ Will Myers' Plugins & Tutorials (Referral link) 🔌 Ghost Squarespace Plugins (Referral link) ⬛ SquareWebsites Plugins (Referral link) 🔲SQSP Themes (Referral link) ✨ Spark Plugin (Referral link) 🖼️Pinch-to-Zoom Gallery Lightbox Plugin (Referral link) ☕ Did I help? Buy me a coffee? Link to comment
BillChesney Posted January 19 Author Share Posted January 19 This has worked, but there is still some kind of layering/z-index issue that is preventing the image from being on top of the division. I've tried using the built-in 'move forward/move backward,' but my image is already at the front. I've also tried adding a z-index to the same # that I added the neg margin to. Link to comment
Solution Ziggy Posted January 19 Solution Share Posted January 19 Try this CSS code: @media only screen and (min-width: 768px) { .fe-block-yui_3_17_2_1_1705673906581_5462 { margin-top: -220px; z-index: 999; } } Please like and upvote if my comments were helpful to you. Cheers! Zygmunt Spray Squarespace Website Designer Contact me: https://squarefortytwo.com Hire me on Upwork! 📈 SEO Space (Referral link) Ⓜ️ Will Myers' Plugins & Tutorials (Referral link) 🔌 Ghost Squarespace Plugins (Referral link) ⬛ SquareWebsites Plugins (Referral link) 🔲SQSP Themes (Referral link) ✨ Spark Plugin (Referral link) 🖼️Pinch-to-Zoom Gallery Lightbox Plugin (Referral link) ☕ Did I help? Buy me a coffee? Link to comment
BillChesney Posted January 19 Author Share Posted January 19 Yes. If you toss an "!important" on that z-index, that does the trick. It seems a little difficult to manage location exactly how I'd like it, but I think if I make different declorations for a few different sizes, it'll work just fine. THANKS! Ziggy 1 Link to comment
Ziggy Posted January 19 Share Posted January 19 3 minutes ago, BillChesney said: Yes. If you toss an "!important" on that z-index, that does the trick. It seems a little difficult to manage location exactly how I'd like it, but I think if I make different declorations for a few different sizes, it'll work just fine. THANKS! Sounds like a plan! Nice one! Please like and upvote if my comments were helpful to you. Cheers! Zygmunt Spray Squarespace Website Designer Contact me: https://squarefortytwo.com Hire me on Upwork! 📈 SEO Space (Referral link) Ⓜ️ Will Myers' Plugins & Tutorials (Referral link) 🔌 Ghost Squarespace Plugins (Referral link) ⬛ SquareWebsites Plugins (Referral link) 🔲SQSP Themes (Referral link) ✨ Spark Plugin (Referral link) 🖼️Pinch-to-Zoom Gallery Lightbox Plugin (Referral link) ☕ Did I help? Buy me a coffee? 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