Jump to content

Two columns in mobile view

Go to solution Solved by Ziggy,

Recommended Posts

  • Solution

You can add this to your Custom CSS:

#collection-62e2a17f3913a7667ff8fe11 {
  @media only screen and (max-width: 767px) {
    .user-items-list-simple:not([data-num-columns="1"]) {
      grid-template-columns:repeat(2,1fr) !important;
      grid-gap:8px!important;
    }
  }
}

Hope that works for you!

Please like and upvote if my comments were helpful to you. Cheers!

Zygmunt Spray
Squarespace Website Designer
Contact me: 
https://squarefortytwo.com 

 ☕ Did I help? Buy me a coffee?

🔌 Ghost Squarespace Plugins (Referral link)
📈 SEO Space (Referral link)
⬛ SquareWebsites Plugins (Referral link)
 🔲 SQSP Themes (Referral link) 
✨ Spark Plugin (Referral link) 

Link to comment

Try just this:

@media only screen and (max-width: 767px) {
    .user-items-list-simple {
      grid-template-columns:repeat(2,1fr) !important;
      grid-gap:8px!important;
    }
  }

Please like and upvote if my comments were helpful to you. Cheers!

Zygmunt Spray
Squarespace Website Designer
Contact me: 
https://squarefortytwo.com 

 ☕ Did I help? Buy me a coffee?

🔌 Ghost Squarespace Plugins (Referral link)
📈 SEO Space (Referral link)
⬛ SquareWebsites Plugins (Referral link)
 🔲 SQSP Themes (Referral link) 
✨ Spark Plugin (Referral link) 

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.