Jump to content

Reversed columns on mobile

Recommended Posts

  • Replies 4
  • Views 1.2k
  • Created
  • Last Reply

Add the following to Design > Custom CSS.

@media ( max-width: 640px ) {

  #page-5fc958f9b7eb4434d9e956aa .row:first-child {
  
    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;
    
    }
    
  #page-5fc958f9b7eb4434d9e956aa .sqs-row:before, .sqs-row:after {
  
    all: unset;
    
    }
  }

Let us know how it goes.

Find my contributions useful? Please like, upvote, mark my answer as the best ( solution ), and see my profile. Thanks for your support! I am a Squarespace ( and other technological things ) consultant open for new projects.

Link to comment
19 hours ago, creedon said:

Add the following to Design > Custom CSS.


@media ( max-width: 640px ) {

  #yui_3_17_2_1_1610171111367_70 {
  
    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;
    
    }
  
  #yui_3_17_2_1_1610171111367_70 .sqs-row:before, .sqs-row:after {
  
    all: unset;
    
    }
  }

Let us know how it goes.

I think #yui will change if refresh page? ☹️

Email me if you have need any help (free, of course.). Answer within 24 hours. 
Or send to forum message

Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)

Link to comment

Archived

This topic is now archived and is closed to further replies.


×
×
  • 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.