Dhowbearcat Posted October 2, 2021 Share Posted October 2, 2021 Site URL: https://tulip-ranunculus-xc8d.squarespace.com/travel-house Hello I am looking for some help in re-ordering blocks on this page here: https://tulip-ranunculus-xc8d.squarespace.com/travel-house In the "Aruba Takeover 2021" Section I would like the gallery block to stack first on mobile above the text content. I have seen a few similar threads but not having any luck with those solutions. Any help/guidance is appreciated! Link to comment
Beyondspace Posted October 2, 2021 Share Posted October 2, 2021 59 minutes ago, Dhowbearcat said: Site URL: https://tulip-ranunculus-xc8d.squarespace.com/travel-house Hello I am looking for some help in re-ordering blocks on this page here: https://tulip-ranunculus-xc8d.squarespace.com/travel-house In the "Aruba Takeover 2021" Section I would like the gallery block to stack first on mobile above the text content. I have seen a few similar threads but not having any luck with those solutions. Any help/guidance is appreciated! Can you share the protected password? 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
Dhowbearcat Posted October 2, 2021 Author Share Posted October 2, 2021 Yes sorry pw: "SuperTrip" Link to comment
Beyondspace Posted October 2, 2021 Share Posted October 2, 2021 (edited) Add to Home > Design > Custom Css @media only screen and (max-width: 768px) { #collection-61527cba855cb5447a3b6abe { .Index-page { .sqs-layout.sqs-grid-12.columns-12 { .row { display: flex; flex-direction: column; .span-6 { &:first-child { order: 1; } } } } } } } Hope it is helpful for you Edited October 2, 2021 by bangank36 Better result 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
Beyondspace Posted October 2, 2021 Share Posted October 2, 2021 Result Is this what you mean? 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
Dhowbearcat Posted October 2, 2021 Author Share Posted October 2, 2021 Yes Thanks Banank36! How did you know what collection and classes to target? I'm sure I will be doing this on other pages. So would like to know for the future. Beyondspace 1 Link to comment
Beyondspace Posted October 3, 2021 Share Posted October 3, 2021 (edited) 5 hours ago, Dhowbearcat said: Yes Thanks Banank36! How did you know what collection and classes to target? I'm sure I will be doing this on other pages. So would like to know for the future. You can use the extension Squarespace ID Finder and follow the steps to get the right id About the targeted classes, you can get reference in Css selector Edited October 3, 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
Dhowbearcat Posted October 3, 2021 Author Share Posted October 3, 2021 (edited) Bangank36, I am trying to target and make the slide show images appear bigger on mobile for the "Brendan's Dirty 30" Image slider. Could you provide some help here? Edited October 3, 2021 by Dhowbearcat Link to comment
Dhowbearcat Posted October 6, 2021 Author Share Posted October 6, 2021 @bangank36 with this code it swaps the position of the "THE BREATHLESS EXPERIENCE: PUNTA CANA" gallery and content on mobile. I want the gallery to always appear first on mobile for each section. Link to comment
Solution tuanphan Posted October 9, 2021 Solution Share Posted October 9, 2021 @Dhowbearcat Don't remove above code Add this to Design > Custom CSS @media screen and (max-width:640px) { section#up-trip-pt2 .columns-12>.row { flex-direction: column-reverse !important; } } Dhowbearcat 1 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!) Link to comment
Dhowbearcat Posted October 11, 2021 Author Share Posted October 11, 2021 On 10/2/2021 at 12:26 PM, bangank36 said: Add to Home > Design > Custom Css @media only screen and (max-width: 768px) { #collection-61527cba855cb5447a3b6abe { .Index-page { .sqs-layout.sqs-grid-12.columns-12 { .row { display: flex; flex-direction: column; .span-6 { &:first-child { order: 1; } } } } } } } Hope it is helpful for you On 10/9/2021 at 4:18 AM, tuanphan said: @Dhowbearcat Don't remove above code Add this to Design > Custom CSS @media screen and (max-width:640px) { section#up-trip-pt2 .columns-12>.row { flex-direction: column-reverse !important; } } Thanks @tuanphan that worked. 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