stephicross Posted January 9, 2021 Share Posted January 9, 2021 Site URL: https://fabulosity3.squarespace.com/about I have been looking through forums but can't seem to be able to find a solution to make the columns reversed for mobile. https://fabulosity3.squarespace.com/about password: fab2021 I like to have the text before the about image on mobile view. Any suggestions how to solve this issue? Thank you! Link to comment
creedon Posted January 9, 2021 Share Posted January 9, 2021 (edited) Add the following to Design > Custom CSS. @media ( max-width: 640px ) { #page-5fc958f9b7eb4434d9e956aa .row:first-child { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: reverse; -ms-flex-direction: column-reverse; flex-direction: column-reverse; } #page-5fc958f9b7eb4434d9e956aa .sqs-row:before, .sqs-row:after { all: unset; } } Let us know how it goes. Edited January 10, 2021 by creedon Find my contributions useful? Please like, upvote, mark my answer as best , and see my profile. Thanks for your support! Link to comment
tuanphan Posted January 10, 2021 Share Posted January 10, 2021 19 hours ago, creedon said: Add the following to Design > Custom CSS. @media ( max-width: 640px ) { #yui_3_17_2_1_1610171111367_70 { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: reverse; -ms-flex-direction: column-reverse; flex-direction: column-reverse; } #yui_3_17_2_1_1610171111367_70 .sqs-row:before, .sqs-row:after { all: unset; } } Let us know how it goes. I think #yui will change if refresh page? ☹️ creedon 1 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
creedon Posted January 10, 2021 Share Posted January 10, 2021 15 minutes ago, tuanphan said: I think #yui will change if refresh page? ☹️ Absolutely correct! Hopefully I have it fixed now in my previous post! 😀 Find my contributions useful? Please like, upvote, mark my answer as best , and see my profile. Thanks for your support! Link to comment
stephicross Posted January 12, 2021 Author Share Posted January 12, 2021 It worked like a charm! Thanks so much 😃 creedon 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