lincolnjubb Posted May 15, 2020 Share Posted May 15, 2020 Site URL: https://chimes-tomato-2rwe.squarespace.com/ Hi, I'm after some help with some spacing amendments? https://chimes-tomato-2rwe.squarespace.com/ Password: LINCHPIN I'm looking to inject CSS and have even gaps and padding between Gallery grid simple blocks (site wide) on mobile and desktop. I'd also like to be able to adjust section width to be thinner than the default of 10 (VW?) site wide when needed as I want to add thin lines between different sections. @tuanphan I'd love your thoughts? Kind regards. Lincoln Link to comment
tuanphan Posted May 15, 2020 Share Posted May 15, 2020 Where gallery grid? 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
lincolnjubb Posted May 16, 2020 Author Share Posted May 16, 2020 Hi Tuanphan, It's on page: https://chimes-tomato-2rwe.squarespace.com/neuw-denim The red and cream sections with two square images next to each other. I'd like to make the gaps even site wide if possible, just for these sections. Thank you. Link to comment
tuanphan Posted May 16, 2020 Share Posted May 16, 2020 To adjust spacing, add this to Home > Design > custom CSS @media screen and (min-width:768px) { /* red section */ [data-section-id="5ebdf6c777554077ad768c0d"] .gallery-grid--layout-grid .gallery-grid-wrapper { grid-column-gap: 5vw !important; grid-row-gap: 5vw !important; } /* cream section */ [data-section-id="5ebdf6c777554077ad768c15"] .gallery-grid--layout-grid .gallery-grid-wrapper { grid-column-gap: 5vw !important; grid-row-gap: 5vw !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
lincolnjubb Posted May 17, 2020 Author Share Posted May 17, 2020 Thanks Tupan! However, the gap is still larger on mobile between the two images? Kind regards. Link to comment
tuanphan Posted May 18, 2020 Share Posted May 18, 2020 28 minutes ago, lincolnjubb said: Thanks Tupan! However, the gap is still larger on mobile between the two images? Kind regards. you can try adjust 5vw to 1vw or 1px 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
lincolnjubb Posted May 18, 2020 Author Share Posted May 18, 2020 Awesome, thank you Tuanphan. You're a legend. Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.