hannahpellatt Posted December 5, 2021 Share Posted December 5, 2021 Site URL: https://pentagon-snail.squarespace.com I've almost worked out how to do this but I must have something missing... simply want to increase the left and right padding here so that the images and line lengths shrink down. TIA. Site page: Work with me Site password: kerri2021 Link to comment
Beyondspace Posted December 6, 2021 Share Posted December 6, 2021 (edited) On 12/5/2021 at 8:59 PM, hannahpellatt said: Site URL: https://pentagon-snail.squarespace.com I've almost worked out how to do this but I must have something missing... simply want to increase the left and right padding here so that the images and line lengths shrink down. TIA. Site page: Work with me Site password: kerri2021 Is it the result you want to achieve? Edited December 6, 2021 by bangank36 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
Beyondspace Posted December 6, 2021 Share Posted December 6, 2021 Try adding to Home > Design > Custom Css @media only screen and (max-width: 767px) { section[data-section-id="619a43614651a2655ac784be"] .content-wrapper { --padvalue: 40px; margin-left: var(--padvalue) !important; margin-right: var(--padvalue) !important; } } Let me know how it works on your site Press 👍 or mark this answer as solution to help another one too hannahpellatt 1 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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment