LindseyMexico14 Posted April 12, 2022 Share Posted April 12, 2022 Site URL: https://nectarine-paddlefish-r3pf.squarespace.com/about-us How can I reverse the photo so the text is on the bottom for the mobile site? this is the code I am using @media screen and (max-width:640px) { div#block-yui_3_17_2_1_1649013779043_5511.row{ display: flex; flex-direction: column-reverse; } } Link to comment
Beyondspace Posted April 16, 2022 Share Posted April 16, 2022 On 4/12/2022 at 9:10 PM, LindseyMexico14 said: Site URL: https://nectarine-paddlefish-r3pf.squarespace.com/about-us How can I reverse the photo so the text is on the bottom for the mobile site? this is the code I am using @media screen and (max-width:640px) { div#block-yui_3_17_2_1_1649013779043_5511.row{ display: flex; flex-direction: column-reverse; } } Try adding to Home > Design > Custom Css @media only screen and (max-width: 767px) { section[data-section-id="6249f3578500e22884458571"] .sqs-row { display: flex; flex-direction: column; } section[data-section-id="6249f3578500e22884458571"] .sqs-row > .span-7{ order: 2; } ection[data-section-id="6249f3578500e22884458571"] .sqs-row > .span-5{ order: 1; } } Let me know how it works on your site 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 April 16, 2022 Share Posted April 16, 2022 My testing 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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment