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 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 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 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
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