FGFGFG Posted November 23, 2023 Posted November 23, 2023 Hi there, Can't seem to find any code on the forum to achieve adding rounded corners on the images on People Section. Can anyone help with this? Less important, but also looking to increase the max columns from 6 to 8. Thanks in advance!
Ziggy Posted November 23, 2023 Posted November 23, 2023 Can you share your website URL and the page this is on? 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?
FGFGFG Posted November 23, 2023 Author Posted November 23, 2023 I can't at the moment as the site is under NDA. I have attached a screenshot though (with blanked out info) which will hopefully help.
tuanphan Posted November 26, 2023 Posted November 26, 2023 On 11/23/2023 at 8:11 PM, FGFGFG said: I can't at the moment as the site is under NDA. I have attached a screenshot though (with blanked out info) which will hopefully help. To adding round, you can add this code to Website > Website Tools (under Not Linked) > Custom CSS /* People section - round */ .list-item-media-inner img { border-radius: 30px; } To change to 8 columns on desktop, use this CSS code /* People section 8 columns */ @media screen and (min-width:768px) { .user-items-list-item-container { grid-template-columns: repeat(8,1fr) !important; grid-gap: 20px 20px !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!)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment