NovaMaeDesign Posted July 21, 2020 Share Posted July 21, 2020 Site URL: https://dory-orca-6nsp.squarespace.com Hi there, I am trying to reorder some blocks of text and images on mobile for my site. I wish I could figure out how to do this same display using Flexbox but I am not there yet! So instead I have used text blocks and image blocks and spacers. On desktop it appears as: text1-image2-text3 image1-text2-image3 I would like it to be like this in mobile: text 1 image1 text2 image2 text3 image3 Thanks in advance. Pword is: rainbowsgo Link to comment
tuanphan Posted July 22, 2020 Share Posted July 22, 2020 Hi. You mean these? 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
NovaMaeDesign Posted July 22, 2020 Author Share Posted July 22, 2020 Yes 🙂 The photo below or above the words should go with their matching words...but in mobile of course it goes left to right 😞 Link to comment
tuanphan Posted July 26, 2020 Share Posted July 26, 2020 On 7/22/2020 at 10:49 PM, NovaMae said: Yes 🙂 The photo below or above the words should go with their matching words...but in mobile of course it goes left to right 😞 Add to Home > Design > Custom CSS @media screen and (max-width:767px) { div#page-section-5f170b795625934e47d91ebc>.row>.col:nth-child(2) { 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
NovaMaeDesign Posted July 26, 2020 Author Share Posted July 26, 2020 Thank you so much!! That was perfect and I will hang on to this to edit accordingly in other sites...now that I can figure out the code and how to do it! Really appreciate it! Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.