SRP Posted October 15, 2020 Share Posted October 15, 2020 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? Link to comment
tuanphan Posted October 16, 2020 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; } } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) 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
Archived
This topic is now archived and is closed to further replies.