Jump to content

Switching Order of Columns on Mobile

Recommended Posts

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

Screen Shot 2021-05-23 at 12.15.24 AM.png

Screen Shot 2021-05-23 at 12.15.06 AM.png

Link to comment
  • Replies 1
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

Posted Images

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

Screen Shot 2021-05-23 at 12.15.24 AM.png

Screen Shot 2021-05-23 at 12.15.06 AM.png

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

Create an account or sign in to comment

You need to be a member in order to leave a comment


×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.