graycpa Posted July 17, 2023 Posted July 17, 2023 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
Ziggy Posted July 18, 2023 Posted July 18, 2023 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?
tuanphan Posted July 20, 2023 Posted July 20, 2023 I think current is better, 2 or 3 will make text + image very small You can consider adding a back to top on this page (if you need, we can give a free code) 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!)
graycpa Posted July 20, 2023 Author Posted July 20, 2023 8 hours ago, tuanphan said: I think current is better, 2 or 3 will make text + image very small You can consider adding a back to top on this page (if you need, we can give a free code) On 7/17/2023 at 4:19 PM, graycpa said: https://kumquat-rabbit-8fnn.squarespace.com/ A code for that would be great!
Ziggy Posted July 20, 2023 Posted July 20, 2023 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 tuanphan 1 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?
graycpa Posted July 20, 2023 Author Posted July 20, 2023 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
tuanphan Posted July 22, 2023 Posted July 22, 2023 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!)
graycpa Posted August 23, 2023 Author Posted August 23, 2023 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...
tuanphan Posted August 24, 2023 Posted August 24, 2023 14 hours ago, graycpa said: Please check outside edit mode, I see it runs here 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!)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment