Jump to content

Mobile "meet the team" to show as columns

Recommended Posts

Posted

I want our "meet the team" page to look similar on mobile as it does for desktop. On desktop it's a simple list with 3 columns, but mobile it's one long list with all of us. 

 

Site password: passion

Posted

Can you share your website URL?

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

Zygmunt Spray
Squarespace Website Designer
Contact me: 
https://squarefortytwo.com 
Hire me on Upwork!

📈 SEO Space (Referral link)
Ⓜ️ 
Will Myers' Plugins & Tutorials (Referral link)
 🔌 Ghost Squarespace Plugins (Referral link)
 SquareWebsites Plugins (Referral link)
 🔲SQSP Themes (Referral link) 
Spark Plugin (Referral link) 
 🖼️Pinch-to-Zoom Gallery Lightbox Plugin (Referral link) 

 Did I help? Buy me a coffee?

Posted

Try this Custom CSS from InsidetheSquare:

@media only screen and (max-width: 767px){
 .user-items-list-simple:not([data-num-columns="1"]) {
   grid-template-columns: repeat(2,1fr);
   grid-gap: 10px !important;
 }
 .list-item-content__title{
   font-size: 1rem !important;
 }
 .list-item{
   padding: .5rem !important;
 }
}

Read more:

List Sections: Two Items Per Row for Squarespace List Sections

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

Zygmunt Spray
Squarespace Website Designer
Contact me: 
https://squarefortytwo.com 
Hire me on Upwork!

📈 SEO Space (Referral link)
Ⓜ️ 
Will Myers' Plugins & Tutorials (Referral link)
 🔌 Ghost Squarespace Plugins (Referral link)
 SquareWebsites Plugins (Referral link)
 🔲SQSP Themes (Referral link) 
Spark Plugin (Referral link) 
 🖼️Pinch-to-Zoom Gallery Lightbox Plugin (Referral link) 

 Did I help? Buy me a coffee?

Posted

The list shows as a single list for me though so I don't think the code is doing anything. Also - is there a way to code where the home page gallery of our services can be larger/different for mobile but stay the same on desktop? On mobile, those images get pretty small

 

image.thumb.png.77d241e2c2b9d3d8202fcc9a636fad72.png

Posted

Add to Design > Custom CSS

/* Mobile Meet Our Team */
@media screen and (max-width:767px) {
.user-items-list-item-container[data-section-id="64791275664ff33006a412ae"] {
    grid-template-columns: repeat(2,minmax(0,1fr)) !important;
    grid-gap: 10px !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!)

  • 1 month later...
Posted
Quote
On 7/21/2023 at 9:24 PM, tuanphan said:

Add to Design > Custom CSS

/* Mobile Meet Our Team */
@media screen and (max-width:767px) {
.user-items-list-item-container[data-section-id="64791275664ff33006a412ae"] {
    grid-template-columns: repeat(2,minmax(0,1fr)) !important;
    grid-gap: 10px !important;
}
}

 

Nothing changed when I added this code... 

 

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.