mvorozco16 Posted June 2, 2022 Share Posted June 2, 2022 Site URL: https://www.luciarodriguezc.com/ Hi! I'm trying to flip 1 image and 1 paragraph on the home mobile version. So the text goes above the image. See Attached. Really appreciate your help! Thanks! pass: Lucia0987 Link to comment
creedon Posted June 2, 2022 Share Posted June 2, 2022 Add the following to Design > Custom CSS. @media only screen and ( max-width : 639px ) { #new-page-14 .sqs-layout > .sqs-row { display : flex; flex-direction : column-reverse; } } Let us know how it goes. Find my contributions useful? Please like, upvote, mark my answer as the best ( solution ), and see my profile. Thanks for your support! I am a Squarespace ( and other technological things ) consultant open for new projects. Link to comment
mvorozco16 Posted June 2, 2022 Author Share Posted June 2, 2022 @creedon it worked! Thank very 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