riogoodie Posted December 25, 2021 Share Posted December 25, 2021 Site URL: http://riogood.com/ Hi there, As you can see on the home page on the computer, the text block of "Food for All" is next to the image block of the "basket". On mobile it lists all these things on top of each other. How could I have the image block of the "basket" next to the "Food for All" text block? (For Mobile) Like so, see attached. Thanks for any help! Beyondspace 1 Link to comment
Beyondspace Posted December 26, 2021 Share Posted December 26, 2021 (edited) 4 hours ago, riogoodie said: Site URL: http://riogood.com/ Hi there, As you can see on the home page on the computer, the text block of "Food for All" is next to the image block of the "basket". On mobile it lists all these things on top of each other. How could I have the image block of the "basket" next to the "Food for All" text block? (For Mobile) Like so, see attached. Thanks for any help! Try adding to Home > Design > Custom Css @media only screen and (max-width: 767px) { section[data-section-id="601b1b2d5faae6690a301f45"] .sqs-layout > .row > .col > .row { position: relative; } section[data-section-id="601b1b2d5faae6690a301f45"] .sqs-layout > .row > .col > .row > .col:nth-child(3) { position: absolute; top: 17px; right: 0; width: 70% !important; } } Let me know how it works on your site Support me by pressing 👍 if this useful for you Edited December 26, 2021 by bangank36 BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox, video lightbox and much more) 🗓️ Delivery Date Picker (Squarespace Date picker form field) 💫 Gallery block 7.1 workaround 🥳 No-code customisations for Squarespace (+100 Spark plugin customisations) 🥳 Freemium Squarespace Widget Templates (+1000 Elfsight 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
riogoodie Posted December 29, 2021 Author Share Posted December 29, 2021 On 12/25/2021 at 6:08 PM, bangank36 said: Try adding to Home > Design > Custom Css @media only screen and (max-width: 767px) { section[data-section-id="601b1b2d5faae6690a301f45"] .sqs-layout > .row > .col > .row { position: relative; } section[data-section-id="601b1b2d5faae6690a301f45"] .sqs-layout > .row > .col > .row > .col:nth-child(3) { position: absolute; top: 17px; right: 0; width: 70% !important; } } Let me know how it works on your site Support me by pressing 👍 if this useful for you Hi bangank73, It worked! Thank you for your help 😄 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