Cyperpunk-girl-333 Posted November 9, 2022 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 🌝
Beyondspace Posted November 9, 2022 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? BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Pinch/Zoom images, videos - PDFs Lightbox - ...) </> 🗓️ Delivery Date Picker (Date picker form field) Gallery block 7.1 workaround </> 🤖 Ask me anything
MayaViolet Posted November 10, 2022 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
Cyperpunk-girl-333 Posted November 10, 2022 Author Posted November 10, 2022 Thank you so much MayaViolet 1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment