Cyperpunk-girl-333 Posted November 9, 2022 Share Posted November 9, 2022 How do I add some padding so that my store information is sitting so close to the navigation? I'd like it to have some space 🌝 Link to comment
Beyondspace Posted November 9, 2022 Share Posted November 9, 2022 8 hours ago, Cyperpunk-girl-333 said: How do I add some padding so that my store information is sitting so close to the navigation? I'd like it to have some space 🌝 Can you share your URL to this page so I 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
Cyperpunk-girl-333 Posted November 9, 2022 Author Share Posted November 9, 2022 www.spacept.com.au Link to comment
MayaViolet Posted November 10, 2022 Share Posted November 10, 2022 On 11/8/2022 at 8:50 PM, Cyperpunk-girl-333 said: How do I add some padding so that my store information is sitting so close to the navigation? I'd like it to have some space 🌝 Hi @Cyperpunk-girl-333, try this code: /* Product Description Padding Top */ @media all and (min-width: 767px) { .products.collection-content-wrapper { padding-top: 50px !important; //adjust padding here } } You may want to adjust the min-width of the media query to match the screensize you want the padding to apply to! tuanphan 1 Link to comment
Cyperpunk-girl-333 Posted November 10, 2022 Author Share Posted November 10, 2022 Thank you so much MayaViolet 1 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