Jump to content

Reversed columns on mobile

Recommended Posts

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.

Edited by creedon

Find my contributions useful? Please like, upvote, mark my answer as best , and see my profile. Thanks for your support!

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

How to: Setup Password & Share url Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care

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.