Rjafadi Posted September 16, 2022 Share Posted September 16, 2022 Site URL: https://www.prsnlhb.com/tops/phb-essential-logo-t-shirt-black Hi everyone, Is there a way to move up the padding image on mobile without affecting the desktop padding? Thank you Link to comment
Beyondspace Posted September 16, 2022 Share Posted September 16, 2022 (edited) 1 hour ago, Rjafadi said: Site URL: https://www.prsnlhb.com/tops/phb-essential-logo-t-shirt-black Hi everyone, Is there a way to move up the padding image on mobile without affecting the desktop padding? Thank you Try adding to Home > Design > Custom Css @media screen and (max-width: 640px){ figure.ProductItem-gallery { margin-top:0; } .ProductItem-nav { padding-bottom: 15px; } } Let me know how it works on your site Edited September 16, 2022 by bangank36 BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox, video lightbox and much more) 🗓️ Delivery Date Picker (Squarespace Date picker form field) 💫 Gallery block 7.1 workaround 🥳 No-code customisations for Squarespace (+100 Spark plugin customisations) 🥳 Freemium Squarespace Widget Templates (+1000 Elfsight Templates) If you find my answer useful, let's leave a like or upvote so others with the same issue can find their solution. Thank you! Link to comment
Beyondspace Posted September 16, 2022 Share Posted September 16, 2022 My testing BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox, video lightbox and much more) 🗓️ Delivery Date Picker (Squarespace Date picker form field) 💫 Gallery block 7.1 workaround 🥳 No-code customisations for Squarespace (+100 Spark plugin customisations) 🥳 Freemium Squarespace Widget Templates (+1000 Elfsight Templates) If you find my answer useful, let's leave a like or upvote so others with the same issue can find their solution. Thank you! Link to comment
Rjafadi Posted September 16, 2022 Author Share Posted September 16, 2022 Thank you @bangank36 is there way to move it a tiny bit more up? Link to comment
Beyondspace Posted September 16, 2022 Share Posted September 16, 2022 Check my code again, change the value padding to meet your need BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox, video lightbox and much more) 🗓️ Delivery Date Picker (Squarespace Date picker form field) 💫 Gallery block 7.1 workaround 🥳 No-code customisations for Squarespace (+100 Spark plugin customisations) 🥳 Freemium Squarespace Widget Templates (+1000 Elfsight Templates) If you find my answer useful, let's leave a like or upvote so others with the same issue can find their solution. Thank you! Link to comment
Rjafadi Posted September 16, 2022 Author Share Posted September 16, 2022 Thank you! @bangank36 anyway I can remove this? Link to comment
Beyondspace Posted September 17, 2022 Share Posted September 17, 2022 1 hour ago, Rjafadi said: Thank you! @bangank36 anyway I can remove this? I include with the old code to hide the paging Info of images gallery /*style for mobile*/ @media screen and (max-width: 640px){ /*reduce padding product gallery*/ figure.ProductItem-gallery { margin-top:0; } .ProductItem-nav { padding-bottom: 15px; } /*hide the paging info*/ .ProductItem-gallery .pagingInfo { display: none; } } Support me by pressing 👍 if this useful for you BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox, video lightbox and much more) 🗓️ Delivery Date Picker (Squarespace Date picker form field) 💫 Gallery block 7.1 workaround 🥳 No-code customisations for Squarespace (+100 Spark plugin customisations) 🥳 Freemium Squarespace Widget Templates (+1000 Elfsight Templates) If you find my answer useful, 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