PapaJoe Posted June 12, 2022 Share Posted June 12, 2022 Site URL: https://aural.squarespace.com URL: https://aural.squarespace.com URL 2: https://aural.squarespace.com/about PW: aural I want Image to come before text on the mobile view on 2 pages on my website. Currently its the text that show up first. Link to comment
Beyondspace Posted June 12, 2022 Share Posted June 12, 2022 2 hours ago, PapaJoe said: Site URL: https://aural.squarespace.com URL: https://aural.squarespace.com URL 2: https://aural.squarespace.com/about PW: aural I want Image to come before text on the mobile view on 2 pages on my website. Currently its the text that show up first. You can try @media only screen and (max-width: 767px) { section[data-section-id="629922dea3a07d4a11b6d3ce"] .sqs-layout > .row { display: flex; flex-direction: column; } section[data-section-id="629922dea3a07d4a11b6d3ce"] .sqs-layout > .row > .span-5 { order: 1 } section[data-section-id="629922dea3a07d4a11b6d3ce"] .sqs-layout > .row > .span-7 { order: 2 } } 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, 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 June 12, 2022 Share Posted June 12, 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, 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
PapaJoe Posted June 12, 2022 Author Share Posted June 12, 2022 10 hours ago, bangank36 said: You can try @media only screen and (max-width: 767px) { section[data-section-id="629922dea3a07d4a11b6d3ce"] .sqs-layout > .row { display: flex; flex-direction: column; } section[data-section-id="629922dea3a07d4a11b6d3ce"] .sqs-layout > .row > .span-5 { order: 1 } section[data-section-id="629922dea3a07d4a11b6d3ce"] .sqs-layout > .row > .span-7 { order: 2 } } Let me know how it works on your site Thanks, It worked for the home page but the About page didn't work - URL 2: https://aural.squarespace.com/about PW: aural Link to comment
tuanphan Posted June 13, 2022 Share Posted June 13, 2022 19 hours ago, PapaJoe said: Thanks, It worked for the home page but the About page didn't work - URL 2: https://aural.squarespace.com/about PW: aural Use this code for About Page /* Mobile About Page */ @media screen and (max-width:767px) { div#page-section-62992562c245f024ecf1237e .span-12>.row { display: flex; flex-direction: column-reverse; } } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
PapaJoe Posted June 14, 2022 Author Share Posted June 14, 2022 17 hours ago, tuanphan said: Use this code for About Page /* Mobile About Page */ @media screen and (max-width:767px) { div#page-section-62992562c245f024ecf1237e .span-12>.row { display: flex; flex-direction: column-reverse; } } Thanks, it 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