Guest Posted June 19, 2020 Posted June 19, 2020 Site URL: https://www.promethean.tv/overview Hello, I've seen this asked a few times & tried to apply to my site but just can't seem solve it. I'd like the blocks Image & text to reverse order on mobile so that the image displays below the text. Note - I'll have to do this in a few other places on the site as well (Squarespace 7.1)https://www.promethean.tv/overview Thanks in advance
tuanphan Posted August 24, 2020 Posted August 24, 2020 Add to Home > Design > Custom CSS @media screen and (max-width:767px) { div#block-yui_3_17_2_1_1591995992764_79709+.row { 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!)
Recommended Posts
Archived
This topic is now archived and is closed to further replies.