Mlekoman Posted March 9, 2022 Share 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 Link to comment
Beyondspace Posted March 13, 2022 Share 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? Greeting, it's BeyondSpace, I am Squarespace dev focus on provide solutions to enhance feature that squarespace.com can't provide.Feel free to check my current Squarespace Plugins Developement: Enable Pinch/Zoom on lightbox, Delivery Date Picker, Lightbox Studio pluginIf you find my answer fit your need, let's leave a like or upvote so others with the same issue can find their solution. Thank you Link to comment
Mlekoman Posted March 21, 2022 Author Share 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! Link to comment
tuanphan Posted March 22, 2022 Share 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 How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Mlekoman Posted March 24, 2022 Author Share 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 Link to comment
tuanphan Posted March 26, 2022 Share 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 How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Mlekoman Posted March 26, 2022 Author Share 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! Link to comment
Web_Solutions Posted March 27, 2022 Share 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; } } Ainul, Create_Job and Unique_Website 3 Link to comment
Mlekoman Posted March 29, 2022 Author Share Posted March 29, 2022 Nice, it works indeed! Tnx 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