victoriapmitchell Posted January 30, 2021 Share Posted January 30, 2021 (edited) 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! Edited January 30, 2021 by victoriapmitchell Beyondspace 1 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 } Greeting, it's BeyondSpace, I am Squarespace dev focus on provide solutions to enhance feature that squarespace.com can't provide.Feel free to check my current Squarespace Plugins Developement: Enable Pinch/Zoom on lightbox, Delivery Date Picker, Lightbox Studio pluginIf you find my answer fit your need, 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. Beyondspace 1 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). Beyondspace 1 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 Greeting, it's BeyondSpace, I am Squarespace dev focus on provide solutions to enhance feature that squarespace.com can't provide.Feel free to check my current Squarespace Plugins Developement: Enable Pinch/Zoom on lightbox, Delivery Date Picker, Lightbox Studio pluginIf you find my answer fit your need, let's leave a like or upvote so others with the same issue can find their solution. Thank you 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