daniellevickers Posted April 4, 2022 Share Posted April 4, 2022 Site URL: https://cooperconnect.squarespace.com/ I'm wondering how I can overlap an image onto three different sections in 7.0 Brine template. I have a small opt-in section with an image of an iPad that I want to overlap with the sections above and below it as in the attached image. Negative margins just cuts off the image and I haven't had luck making the overflow visible or changing the z-index. I appreciate any suggestions! Thank you! Password: cooperconnect Link to comment
Solution Beyondspace Posted April 6, 2022 Solution Share Posted April 6, 2022 On 4/5/2022 at 2:35 AM, daniellevickers said: Site URL: https://cooperconnect.squarespace.com/ I'm wondering how I can overlap an image onto three different sections in 7.0 Brine template. I have a small opt-in section with an image of an iPad that I want to overlap with the sections above and below it as in the attached image. Negative margins just cuts off the image and I haven't had luck making the overflow visible or changing the z-index. I appreciate any suggestions! Thank you! Password: cooperconnect The following code works on my testing #block-yui_3_17_2_1_1649021182285_3402 img { transform: scale(1.1); left: 6% !important; } #block-yui_3_17_2_1_1649021182285_3402 * { overflow: visible !important; } #opt-in { overflow: visible; } Let me know how it works on your site tuanphan 1 Greeting, it's BeyondSpace, I am Squarespace dev focus on provide solutions to enhance feature that squarespace.com can't provide.Feel free to check my current Squarespace Plugins Developement: Enable Pinch/Zoom on lightbox, Delivery Date Picker, Lightbox Studio pluginIf you find my answer fit your need, let's leave a like or upvote so others with the same issue can find their solution. Thank you Link to comment
Beyondspace Posted April 6, 2022 Share Posted April 6, 2022 My testing Greeting, it's BeyondSpace, I am Squarespace dev focus on provide solutions to enhance feature that squarespace.com can't provide.Feel free to check my current Squarespace Plugins Developement: Enable Pinch/Zoom on lightbox, Delivery Date Picker, Lightbox Studio pluginIf you find my answer fit your need, let's leave a like or upvote so others with the same issue can find their solution. Thank you Link to comment
daniellevickers Posted April 6, 2022 Author Share Posted April 6, 2022 @bangank36This works! Thank you so much! Beyondspace 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