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 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, Keyword HighlighterIf 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
Beyondspace Posted September 16, 2022 Share Posted September 16, 2022 My testing 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, Keyword HighlighterIf 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
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 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, Keyword HighlighterIf 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
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 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, Keyword HighlighterIf 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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment