HM_SCL Posted May 23, 2021 Share Posted May 23, 2021 Site URL: https://www.socialive.us/virtual-events I have a two column "hopscotch" setup on my page. I'm trying to figure out how to reverse the order of the columns in certain sections on the page so that when the content reflows on mobile, it's text, then image. Currently, the images are stacking on top of each other. I've tried the CSS below and have tried located and replacing the correct block-yuis, but I don't see anything happening so I don't know if I'm missing something? CSS @media screen and (max-width:640px) { div#block-yui_3_17_2_1_1621742465207_179+.row { display: flex; flex-direction: column-reverse; } } Page: https://www.socialive.us/virtual-events Link to comment
Beyondspace Posted May 23, 2021 Share Posted May 23, 2021 5 hours ago, HM_SCL said: Site URL: https://www.socialive.us/virtual-events I have a two column "hopscotch" setup on my page. I'm trying to figure out how to reverse the order of the columns in certain sections on the page so that when the content reflows on mobile, it's text, then image. Currently, the images are stacking on top of each other. I've tried the CSS below and have tried located and replacing the correct block-yuis, but I don't see anything happening so I don't know if I'm missing something? CSS @media screen and (max-width:640px) { div#block-yui_3_17_2_1_1621742465207_179+.row { display: flex; flex-direction: column-reverse; } } Page: https://www.socialive.us/virtual-events try #ve2-1st-benefit-hopscotch-1 .row:nth-child(2) .span-6:first-child { order: 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