Jump to content

Re-order text columns on mobile (Squarespace 7.0)

Recommended Posts

Site URL: https://www.amalchandaria.com/#/summer-delivered/

Hi there,

I recently laid out some portfolio pages on my website, but realized that on mobile, the text columns were not ordering correctly. On desktop, I have the project title and description to the left, and the credits to the right (first screenshot). However on mobile, the title/description column is stacking on top of the credits column (second screenshot).  I would like this to be opposite (ie. the credits column is first, followed by the title/description). Any ideas on how to do this?

Thank you!

Screen Shot 2022-06-18 at 2.33.29 PM.png

Screen Shot 2022-06-18 at 2.33.37 PM.png

Link to comment

Add to Design > Custom CSS

@media screen and (max-width:640px) {
div#block-4adac3cf4e435414c5a3+.row {
    display: flex;
    flex-direction: column-reverse;
}
div#block-4adac3cf4e435414c5a3+.row * {
    text-align: left !important;
}
}

 

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

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.