Jump to content

seab

Member
  • Posts

    13
  • Joined

  • Last visited

Reputation Activity

  1. Like
    seab reacted to tuanphan in Change the block order content?   
    Add to Design > Custom CSS
    /* text image order */ @media screen and (max-width:767px) { div#page-section-608b9a857dadbb5e55373972>.row { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: reverse; -ms-flex-direction: column-reverse; flex-direction: column-reverse; } }  
  2. Like
    seab reacted to tuanphan in Change the block order content?   
    Add to Design > Custom CSS
    /* residential */ @media screen and (max-width:767px) { div#page-section-608cbc6808c90d5421418ee5>.row:nth-child(2) { display: flex; flex-direction: column-reverse; } div#page-section-608cbd553740bc152079af4a>.row { display: flex; flex-direction: column-reverse; } div#page-section-608cbd6d4505cd3b6cd21699>.row { display: flex; flex-direction: column-reverse; } div#page-section-608cef9714ac6972f466c010>.row:nth-child(2) { display: flex; flex-direction: column-reverse; } } Here how I checked the code. https://www.loom.com/share/33e896442bed49dd897c9bd2c5a61beb
×
×
  • 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.