amiem Posted March 17, 2022 Share 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? Link to comment
Beyondspace Posted March 17, 2022 Share 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 (Enable Pinch/Zoom on lightbox) 🗓️ Delivery Date Picker (Squarespace Date format) 💫 Animated Buttons (Referral URL) 🥳 Sparkplugin Customisations Browsers (Browse +100 Spark plugin customisations) 🥳 Elfsight Template Browsers (Browse +1000 Elfsight widget Templates) If you find my answer useful, let's leave a like or upvote so others with the same issue can find their solution. Thank you! Link to comment
Beyondspace Posted March 17, 2022 Share Posted March 17, 2022 My testing amiem 1 BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox) 🗓️ Delivery Date Picker (Squarespace Date format) 💫 Animated Buttons (Referral URL) 🥳 Sparkplugin Customisations Browsers (Browse +100 Spark plugin customisations) 🥳 Elfsight Template Browsers (Browse +1000 Elfsight widget Templates) If you find my answer useful, let's leave a like or upvote so others with the same issue can find their solution. Thank you! Link to comment
amiem Posted March 26, 2022 Author Share 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! Link to comment
tuanphan Posted March 29, 2022 Share 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 How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care 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