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 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, Keyword HighlighterIf 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 April 16, 2022 Share Posted April 16, 2022 My testing 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, Keyword HighlighterIf 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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment