stephencranshaw Posted August 19, 2021 Share Posted August 19, 2021 Site URL: https://blendbrandgroup.squarespace.com/ Hello, I am attempting to reorder some blocks for mobile view on my website: https://blendbrandgroup.squarespace.com/ Password: Jordan&Steve#1 On the home page (for mobile view), in the "Intro" section I would like the order to be: Section 1: I would like the graph images, then text block ("Why we are here…) and lastly the button. Section 2: This is how I would like it (Images, then text and button) - no necessary change needed here. Section 3: And the third section I would like the hour glass images, then text block ("Take back your time…" and lastly the button. Any help would be greatly appreciated! Thanks, Steve Link to comment
stephencranshaw Posted August 20, 2021 Author Share Posted August 20, 2021 There is a new password for this test site: " ToTheMoon! " Link to comment
tuanphan Posted August 22, 2021 Share Posted August 22, 2021 On 8/20/2021 at 10:54 PM, stephencranshaw said: There is a new password for this test site: " ToTheMoon! " Add to Design > Custom CSS /* Mobile order */ @media screen and (max-width:640px) { /* section 1 */ div#page-611d628f1ca78e07bf2c0273 .span-12>.row:first-child { display: flex; flex-direction: column-reverse; } /* section 3 */ div#block-yui_3_17_2_1_1629315754051_11389+.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
stephencranshaw Posted August 23, 2021 Author Share Posted August 23, 2021 On 8/21/2021 at 9:59 PM, tuanphan said: Add to Design > Custom CSS /* Mobile order */ @media screen and (max-width:640px) { /* section 1 */ div#page-611d628f1ca78e07bf2c0273 .span-12>.row:first-child { display: flex; flex-direction: column-reverse; } /* section 3 */ div#block-yui_3_17_2_1_1629315754051_11389+.row { display: flex; flex-direction: column-reverse; } } You are the absolute best, @tuanphan! Thanks so much for your help. This worked perfectly! 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