DaringDirtbag Posted October 7, 2022 Share Posted October 7, 2022 Site URL: https://www.daringdirtbag.com/shop PW: DDaccess How do I move the item title and price away from the edge on both sides? I want my shop page to look like the example in the attached picture. I like the photos pushed all the way to the edge, but want a small amount of padding on the right and left for the item title and price. Thank you! Laura Link to comment
Beyondspace Posted October 9, 2022 Share Posted October 9, 2022 On 10/8/2022 at 4:52 AM, DaringDirtbag said: Site URL: https://www.daringdirtbag.com/shop PW: DDaccess How do I move the item title and price away from the edge on both sides? I want my shop page to look like the example in the attached picture. I like the photos pushed all the way to the edge, but want a small amount of padding on the right and left for the item title and price. Thank you! Laura Try adding to Home > Design > Custom Css .products-list .grid-meta-wrapper { box-sizing: border-box; padding-left: 5px; padding-right: 5px; } Support me by pressing 👍 if this useful for you DaringDirtbag 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
DaringDirtbag Posted October 9, 2022 Author Share Posted October 9, 2022 Yay! That's perfect. Thank you again! Laura Link to comment
DaringDirtbag Posted October 10, 2022 Author Share Posted October 10, 2022 Can this also be made possible on the item page? Can I create the same amount of space on the side to the You Might Also Like and the names of items and price on this page as well? Thank you! Laura Link to comment
tuanphan Posted October 12, 2022 Share Posted October 12, 2022 On 10/10/2022 at 10:34 AM, DaringDirtbag said: Can this also be made possible on the item page? Can I create the same amount of space on the side to the You Might Also Like and the names of items and price on this page as well? Thank you! Laura Use this CSS code /* related products */ .ProductItem-relatedProducts.ProductList.clear.sqs-pinterest-products-wrapper .grid-meta-wrapper { padding-left: 10px; padding-right: 10px; } body { overflow-x: hidden; } 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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment