CalvinBacon Posted November 30, 2021 Share Posted November 30, 2021 (edited) Site URL: https://www.moove.studio/ EDIT: I changed the layout from separate images and text blocks to using Image cards. This still does not overlay the text on top of the images when in mobile mode, but it cleans the mess slightly. Unfortunately, I can't add the logo images to the text blocks now, though. Is there a way to add them back in without breaking the layout? ___________________________________________ Hi all, on my website, I have rows of text next to some images. In mobile view, however, the images are displayed after all the text rows, making it all very messy. What I want is the accompanied image to be displayed below the text in mobile view (ideally with 20% visibility so that the text is easily readable. How would I go about doing this? Thanks so much for any help in advance! - Calvin Edited December 1, 2021 by CalvinBacon Link to comment
Beyondspace Posted December 1, 2021 Share Posted December 1, 2021 20 hours ago, CalvinBacon said: Site URL: https://www.moove.studio/ EDIT: I changed the layout from separate images and text blocks to using Image cards. This still does not overlay the text on top of the images when in mobile mode, but it cleans the mess slightly. Unfortunately, I can't add the logo images to the text blocks now, though. Is there a way to add them back in without breaking the layout? ___________________________________________ Hi all, on my website, I have rows of text next to some images. In mobile view, however, the images are displayed after all the text rows, making it all very messy. What I want is the accompanied image to be displayed below the text in mobile view (ideally with 20% visibility so that the text is easily readable. How would I go about doing this? Thanks so much for any help in advance! - Calvin Try adding to Home > Design > Custom Css @media only screen and (max-width: 767px) { .sqs-block-image-figure { display: flex; flex-direction: column; } .sqs-block-image-figure .image-card-wrapper { order: 2; } .sqs-block-image-figure .intrinsic { order: 3; } } Let me know how it works on your site Press 👍 or mark this answer as solution to help another one too 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 December 1, 2021 Share Posted December 1, 2021 My testing result 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
CalvinBacon Posted December 1, 2021 Author Share Posted December 1, 2021 (edited) Hi Bangank36, thanks a lot for the suggestion! Although this is already a great start, I would love if I could have the image as the background for the text itself. So basically, the text On TOP of the image, whilst the image is only visible by 20% or so (so that the image is dark and the text on top can be read easily). I hope that makes sense? 14 minutes ago, bangank36 said: My testing result Edited December 1, 2021 by CalvinBacon 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