Abby91 Posted October 8, 2021 Share Posted October 8, 2021 How do I reduce the white space between the product description and the additional info (product specifications) on mobile? I found the answer to reducing it on desktop, but couldn't find anything about mobile. Link to comment
Solution Beyondspace Posted October 8, 2021 Solution Share Posted October 8, 2021 (edited) 3 hours ago, Abby91 said: How do I reduce the white space between the product description and the additional info (product specifications) on mobile? I found the answer to reducing it on desktop, but couldn't find anything about mobile. Add to Home > Design > Custom Css @media only screen and (max-width: 768px) { .collection-content-wrapper .ProductItem-additional { margin-top:0 } .ProductItem-details .ProductItem-details-excerpt{ margin-bottom:0; } } Support me by pressing 👍 if this useful for you Edited October 8, 2021 by bangank36 Abby91 1 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 October 8, 2021 Share Posted October 8, 2021 This is my testing result 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
Abby91 Posted October 8, 2021 Author Share Posted October 8, 2021 That worked! Thanks for you help! Beyondspace 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