PartTwoDesign Posted February 21, 2022 Share Posted February 21, 2022 Site URL: https://crocodile-teal-gdz6.squarespace.com/origins Hi, I would like to reverse the order of the text and image when viewed on mobile for the section in the attached screenshot. The image needs to sit at the base of the section when viewed on mobile. Any help would be much appreciated, Thanks Chris Link to comment
tuanphan Posted February 23, 2022 Share Posted February 23, 2022 Add to Design > Custom CSS @media screen and (max-width:767px) { div#block-fa200b1ab6a1b52e8c51 figure { display: flex; flex-direction: column-reverse; } } PartTwoDesign 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
PartTwoDesign Posted February 23, 2022 Author Share Posted February 23, 2022 Thanks, @tuanphan that worked! Link to comment
MD1210 Posted March 2, 2022 Share Posted March 2, 2022 Hi @tuanphan - I am attempting to do something similar but instead have the image appear on top in mobile since I have more text - https://www.partumhealth.com/ - I attempted to paste in the code above under Design> Custom CSS but that did not seem to work. Any insight would be much appreciated! PS total novice here. Thanks in advance! Link to comment
tuanphan Posted March 3, 2022 Share Posted March 3, 2022 On 3/2/2022 at 11:25 AM, MD1210 said: Hi @tuanphan - I am attempting to do something similar but instead have the image appear on top in mobile since I have more text - https://www.partumhealth.com/ - I attempted to paste in the code above under Design> Custom CSS but that did not seem to work. Any insight would be much appreciated! PS total novice here. Thanks in advance! Add to Design > Custom CSS @media screen and (max-width:767px) { div#page-section-621ee34b5a0d417b76dc126d>.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 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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment