Banny Posted October 24, 2022 Share Posted October 24, 2022 Hi all, here is my site. 👉ooo project I am trying to design the additional info in the product page. Is it possible to make the spacing between 2 img smaller in mobile? Another question is, how to change the font size of Related Products? Thanks for your help!!! Link to comment
Beyondspace Posted October 24, 2022 Share Posted October 24, 2022 1 hour ago, Banny said: Hi all, here is my site. 👉ooo project I am trying to design the additional info in the product page. Is it possible to make the spacing between 2 img smaller in mobile? Another question is, how to change the font size of Related Products? Thanks for your help!!! For the smaller space of images in the additional information on mobile display, you can try @media only screen and (max-width: 767px) { .ProductItem-additional .sqs-layout .sqs-row .sqs-block-image { padding-top: 10px !important; padding-bottom: 10px !important; } } Banny 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, 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
Beyondspace Posted October 24, 2022 Share Posted October 24, 2022 Font-size of the related products: .ProductItem-relatedProducts .grid-main-meta .grid-title { font-size: 16px; } Add my code on Home > Design > Custom Css Support me by pressing 👍 if this useful for you Banny 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, 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
Banny Posted October 25, 2022 Author Share Posted October 25, 2022 That's very helpful! Thank you so much!! 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