amiem Posted March 17, 2022 Posted March 17, 2022 Site URL: https://www.planit-live.com/our-work Hi there! Would anyone be able to help me!? On mobile, I would like to move the collage block that currently overlays the images, to underneath or just a bit further down, rather than in obscuring the image. But we are happy with it on desktop, but the mobile version looks a bit messy?
Beyondspace Posted March 17, 2022 Posted March 17, 2022 2 hours ago, amiem said: Site URL: https://www.planit-live.com/our-work Hi there! Would anyone be able to help me!? On mobile, I would like to move the collage block that currently overlays the images, to underneath or just a bit further down, rather than in obscuring the image. But we are happy with it on desktop, but the mobile version looks a bit messy? Try adding to Home > Design > Custom Css @media only screen and (max-width: 640px) { #block-yui_3_17_2_1_1647272598809_8352 .intrinsic { z-index: 4; } #block-yui_3_17_2_1_1647272598809_8352 .image-card-wrapper { margin-top: -4% !important; } } Let me know how it works on your site Support me by pressing 👍 if this useful for you BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Pinch/Zoom images, videos - PDFs Lightbox - ...) </> 🗓️ Delivery Date Picker (Date picker form field) Gallery block 7.1 workaround </> 🤖 Ask me anything
Beyondspace Posted March 17, 2022 Posted March 17, 2022 My testing amiem 1 BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Pinch/Zoom images, videos - PDFs Lightbox - ...) </> 🗓️ Delivery Date Picker (Date picker form field) Gallery block 7.1 workaround </> 🤖 Ask me anything
amiem Posted March 26, 2022 Author Posted March 26, 2022 On 3/17/2022 at 1:55 PM, bangank36 said: My testing Hey, thats great, thanks so much for helping, this is working now for the the first image/card but the 2 underneath are still showing as before, is there a way for all of them to be styled like this? Thanks again, really apprieciated!
tuanphan Posted March 29, 2022 Posted March 29, 2022 On 3/27/2022 at 12:47 AM, amiem said: Hey, thats great, thanks so much for helping, this is working now for the the first image/card but the 2 underneath are still showing as before, is there a way for all of them to be styled like this? Thanks again, really apprieciated! Try this new code @media only screen and (max-width: 640px) { body#collection-6228811a62ab7c41aabf716b .intrinsic { z-index: 4; } body#collection-6228811a62ab7c41aabf716b .image-card-wrapper { margin-top: -4% !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!)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment