HollyM Posted January 28, 2021 Share Posted January 28, 2021 Site URL: http://beachrock.co.uk Hi, I know there are a couple of threads from last year on this, I've tried coding myself but I'm having issues because using all the tools at my disposal, I seem unable to find the section ID of the section I want to change. I would like to switch the order of two blocks on mobile for the following page: http://beachrock.co.uk/projects I would like the third video to have the title "Plymouth" above it, then for the video to appear and then for the text about said video to appear underneath (in the mobile version only). As mentioned, I can't find the section IDs hence am finding this way more difficult than I thought it would be! Any advice would be greatly appreciated, thanks. Holly Beyondspace 1 Link to comment
Beyondspace Posted January 28, 2021 Share Posted January 28, 2021 8 hours ago, HollyM said: Site URL: http://beachrock.co.uk Hi, I know there are a couple of threads from last year on this, I've tried coding myself but I'm having issues because using all the tools at my disposal, I seem unable to find the section ID of the section I want to change. I would like to switch the order of two blocks on mobile for the following page: http://beachrock.co.uk/projects I would like the third video to have the title "Plymouth" above it, then for the video to appear and then for the text about said video to appear underneath (in the mobile version only). As mentioned, I can't find the section IDs hence am finding this way more difficult than I thought it would be! Any advice would be greatly appreciated, thanks. Holly You can use this @media only screen and (max-width: 768px) { section[data-section-id="60111647d1976425af1bd893"] .sqs-col-12 > .row:nth-child(2) { display: flex; flex-wrap: wrap; } section[data-section-id="60111647d1976425af1bd893"] .sqs-col-12 > .row:nth-child(2) .sqs-col-6 { width: 100% !important; order: 1 } section[data-section-id="60111647d1976425af1bd893"] .sqs-col-12 > .row:nth-child(2) .sqs-col-6:first-child { order: 2; } } HollyM and tuanphan 1 1 BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox) 🗓️ Delivery Date Picker (Squarespace Date format) 💫 Animated Buttons (Referral URL) 🥳 Sparkplugin Customisations Browsers (Browse +100 Spark plugin customisations) 🥳 Elfsight Template Browsers (Browse +1000 Elfsight widget Templates) 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
Create an account or sign in to comment
You need to be a member in order to leave a comment