CassandraB Posted October 28, 2020 Share Posted October 28, 2020 Site URL: https://whale-jaguar-apgk.squarespace.com/strategy Referencing the screenshot below, I would like the mobile view of the website for these images to read right to left instead of left to right but only for this row of images and text. I'd like it to be in order displayed on mobile: image, acquisitions, image, property improvement, image, exit strategy https://whale-jaguar-apgk.squarespace.com/strategy if password comes up it is : Arch Thank you! Link to comment
tuanphan Posted October 28, 2020 Share Posted October 28, 2020 Try adding to Home > design > Custom CSS @media screen and (max-width:767px) { div#block-yui_3_17_2_1_1603417581330_17687+.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!) Link to comment
CassandraB Posted October 30, 2020 Author Share Posted October 30, 2020 Thank you! Thank you! It worked. 🙂 Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.