SRP Posted October 15, 2020 Share Posted October 15, 2020 (edited) Site URL: https://semicircle-onion-edbg.squarespace.com/ Site pswd: newsite In the "Making the change is easy" section, is there a way to program it so that on the mobile device view the number 2 image shows up before the second paragraph? On the mobile view it merges it all together out of order and I didn't know if there is a way to change that default order that it converts to for the mobile view? Edited October 15, 2020 by SRP Link to comment
Solution tuanphan Posted October 16, 2020 Solution Share Posted October 16, 2020 Add to Home > Design > Custom CSS @media screen and (max-width:767px) { div#page-section-5f84b2598b263341312fdd9e .span-12>.row:nth-child(3) { display: flex; flex-direction: column-reverse; } } SRP 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
SRP Posted October 16, 2020 Author Share Posted October 16, 2020 That worked perfectly, Tuanphan - 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