Gatien Posted January 6, 2022 Share Posted January 6, 2022 Site URL: https://porpoise-grapefruit-3xzj.squarespace.com/config/pages Hi everyone, I'm looking to reduce the size of the partner logos in the team section I created. On desktop it's really good but on mobile it's way too big. And even if possible put several next to each other if possible. Does anyone have a CSS code? Thanks a lot Link to comment
tuanphan Posted January 10, 2022 Share Posted January 10, 2022 On 1/6/2022 at 9:03 PM, Gatien said: Site URL: https://porpoise-grapefruit-3xzj.squarespace.com/config/pages Hi everyone, I'm looking to reduce the size of the partner logos in the team section I created. On desktop it's really good but on mobile it's way too big. And even if possible put several next to each other if possible. Does anyone have a CSS code? Thanks a lot Hi. Where is team section? I don't see it on homepage 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
Gatien Posted January 13, 2022 Author Share Posted January 13, 2022 Hi @tuanphan, thank you for your answer. It's not on the Home page but on the services page --> Entreprises at the bottom. 😌 Link to comment
tuanphan Posted January 17, 2022 Share Posted January 17, 2022 Add to Design > Custom CSS /* enterprise logos on mobile */ @media screen and (max-width:767px) { .user-items-list-item-container[data-section-id="61d6d3cd4e09b6344ba2c74b"] { grid-template-columns: repeat(2,1fr); grid-gap: 10px 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!) Link to comment
Gatien Posted January 17, 2022 Author Share Posted January 17, 2022 Perfect ! Looks great ! Thank you @tuanphan ! 🙌 Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment