Mlekoman Posted March 9, 2022 Posted March 9, 2022 (edited) Hi, is there a way to reduce the size of the middle gutter as shown on the screenshot? I want the middle gap to be the same size as the side margins. Tnx, Gasper Edited March 9, 2022 by Mlekoman Language
Beyondspace Posted March 13, 2022 Posted March 13, 2022 On 3/9/2022 at 4:06 PM, Mlekoman said: Hi, is there a way to reduce the size of the middle gutter as shown on the screenshot? I want the middle gap to be the same size as the side margins. Tnx, Gasper Can you share your site with the protected password so we can take a look? BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox - PDF Lightbox popup - ...) </> 🗓️ Delivery Date Picker (Date picker form field) Gallery block 7.1 workaround </> No-code customisations for Squarespace
Mlekoman Posted March 21, 2022 Author Posted March 21, 2022 On 3/13/2022 at 11:40 AM, bangank36 said: Can you share your site with the protected password so we can take a look? Hi, the website: https://ritmiweb.squarespace.com , Password: https://ritmiweb.squarespace.com The section is in the middle of the landing page. Thank you!
tuanphan Posted March 22, 2022 Posted March 22, 2022 19 hours ago, Mlekoman said: Hi, the website: https://ritmiweb.squarespace.com , Password: https://ritmiweb.squarespace.com The section is in the middle of the landing page. Thank you! Password is incorrect 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!)
Mlekoman Posted March 24, 2022 Author Posted March 24, 2022 On 3/22/2022 at 4:28 AM, tuanphan said: Password is incorrect Hi, sorry, it autofilled it: https://ritmiweb.squarespace.com pass: ritmiweb Tnx
tuanphan Posted March 26, 2022 Posted March 26, 2022 On 3/24/2022 at 2:56 PM, Mlekoman said: Hi, sorry, it autofilled it: https://ritmiweb.squarespace.com pass: ritmiweb Tnx Try adding to Design > Custom CSS div#page-section-62289447cc42634c04d000d8 .image-block { padding-left: 5px; padding-right: 5px; } 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!)
Mlekoman Posted March 26, 2022 Author Posted March 26, 2022 9 hours ago, tuanphan said: Try adding to Design > Custom CSS div#page-section-62289447cc42634c04d000d8 .image-block { padding-left: 5px; padding-right: 5px; } Hi, thank you very much but it doesn't do exactly what I intended. 🙂 The code reduce padding on both images and therefore positions them outside of the visible edges. What I intended was to reduce the right padding of the left image and the left padding of the right image or, even better, to reduce the default width of the column gutter. I want to achieve that the outer margins and the middle one would be of the same width (0.8vw as set in Spacing in Site Styles). Thank you again for your help!
Web_Solutions Posted March 27, 2022 Posted March 27, 2022 You can try this code [data-section-id="62289447cc42634c04d000d8"] .sqs-row:nth-child(2), [data-section-id="62289447cc42634c04d000d8"] .sqs-row:nth-child(3){ .sqs-col-6:first-child .sqs-block { padding-right: 5px; } .sqs-col-6:last-child .sqs-block { padding-left: 5px; } } Unique_Website, Ainul, Create_Job and 1 other 4 If my comments are useful, please like and mark my solution as answer. It will encourage me. Thanks MD Rofik Website Designer and Digital Marketer ☕Am I helpful? Want to offer me a coffee? ✉ Send me a message if needed any help. I'll try to reply as soon as possible.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment