kindandbrave Posted June 4, 2020 Share Posted June 4, 2020 Site URL: https://littleboxestrial.squarespace.com/shop Site password: letmein Trying to add more padding on either side of my store in 7.1, but can't seem to find a code anywhere? I'm assuming I would add the code to the store's advanced header? Link to comment
ArminB Posted June 5, 2020 Share Posted June 5, 2020 Hey, I had a quick look and this CSS should work you can play with the numbers to see what works for you best .tweak-products-width-inset .products.collection-content-wrapper { max-width: 1800px; padding-left: 8vw; padding-right: 8vw; margin: 0 auto; } PS: this might affect mobile as well, so you can exclude the effect below a specific browser size: @media only screen and (min-width: 640px) {.tweak-products-width-inset .products.collection-content-wrapper { max-width: 1800px; padding-left: 8vw; padding-right: 8vw; margin: 0 auto; }} I hope that helps. Armin About Armin: Squarespace Expert Profile: https://www.squarespace.com/designer/profile/3649084 Website: www.braunsberger-media.com Link to comment
kindandbrave Posted June 5, 2020 Author Share Posted June 5, 2020 @ArminB this worked perfectly--thank you! Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.