victoriapmitchell Posted January 30, 2021 Share Posted January 30, 2021 Site URL: http://www.victoriapmitchell.com Hi there, I'm looking for help on reordering the text and image blocks for two specific parts of my website, just for mobile. I'm using Brine 7.0. I've read about 10+ forum threads so far on this topic and none of the code I've tried has worked. I'm stumped because usually I can figure these things out. Appreciate any help! My website: www.victoriapmitchell.com password: checkitout Sections where I need help: On mobile home page Ideal order: 1. First photo (the one with the stairs in background) 2. Text block starting with "Welcome" 3. Button "Read my story" On /talks Everything is good until after the image of the cards Ideal order: 1. Image of cards (as is) 2. Invite Me to Speak (header) 3. Text block starting with "I am available..." 4. Button "Inquire here" 5. Photo of me with microphone Thank you so much! Link to comment
Beyondspace Posted January 31, 2021 Share Posted January 31, 2021 3 hours ago, victoriapmitchell said: Site URL: http://www.victoriapmitchell.com Hi there, I'm looking for help on reordering the text and image blocks for two specific parts of my website, just for mobile. I'm using Brine 7.0. I've read about 10+ forum threads so far on this topic and none of the code I've tried has worked. I'm stumped because usually I can figure these things out. Appreciate any help! My website: www.victoriapmitchell.com password: checkitout Sections where I need help: On mobile home page Ideal order: 1. First photo (the one with the stairs in background) 2. Text block starting with "Welcome" 3. Button "Read my story" On /talks Everything is good until after the image of the cards Ideal order: 1. Image of cards (as is) 2. Invite Me to Speak (header) 3. Text block starting with "I am available..." 4. Button "Inquire here" 5. Photo of me with microphone Thank you so much! Try this [id='home/intro'] .sqs-layout .sqs-row:nth-child(2) { display: flex; flex-wrap: wrap; } [id='home/intro'] .sqs-layout .sqs-row:nth-child(2) .sqs-col-6 { width: 100% !important; } [id='home/intro'] .sqs-layout .sqs-row:nth-child(2) .sqs-col-6:nth-child(1) { order: 2 } #invite .sqs-layout .sqs-row:nth-child(1) { display: flex; flex-wrap: wrap; } #invite .sqs-layout .sqs-row:nth-child(1) .col { width: 100% !important; } #invite .sqs-layout .sqs-row:nth-child(1) .sqs-col-5 { order: 2 } BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox - Lightbox captions only mode) 🗓️ Delivery Date Picker (Squarespace Date picker form field) 💫 Gallery block 7.1 workaround 🥳 No-code customisations for Squarespace 🚀 Learn how to rank new pages on Google in 48 hours! If you find my answer useful, let's leave a like or upvote so others with the same issue can find their solution. Thank you! Link to comment
victoriapmitchell Posted January 31, 2021 Author Share Posted January 31, 2021 THANK YOU!!!!!! Yes, that worked. I am so, so grateful. Can't even explain it. Thank you. Link to comment
victoriapmitchell Posted January 31, 2021 Author Share Posted January 31, 2021 For anyone looking at this later -- I did need to put all of the above code within... @media screen and (max-width: 640px) { [code above] } ...so that it only was used for mobile. That way my layout for desktop stayed as it was originally (with text and photo side by side). Link to comment
Beyondspace Posted January 31, 2021 Share Posted January 31, 2021 4 hours ago, victoriapmitchell said: For anyone looking at this later -- I did need to put all of the above code within... @media screen and (max-width: 640px) { [code above] } ...so that it only was used for mobile. That way my layout for desktop stayed as it was originally (with text and photo side by side). hah, I missed that, thank you for note that BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox - Lightbox captions only mode) 🗓️ Delivery Date Picker (Squarespace Date picker form field) 💫 Gallery block 7.1 workaround 🥳 No-code customisations for Squarespace 🚀 Learn how to rank new pages on Google in 48 hours! If you find my answer useful, let's leave a like or upvote so others with the same issue can find their solution. Thank you! Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.