AlpacaHat Posted May 12, 2022 Posted May 12, 2022 Hi there, Does anyone know how I can reduce the image size of Related Products on my Store page? I used CSS to change the title size and color, but I can't find anything to target the size of the product images themselves. Any help would be much appreciated. Cheers!
Beyondspace Posted May 12, 2022 Posted May 12, 2022 12 minutes ago, AlpacaHat said: Hi there, Does anyone know how I can reduce the image size of Related Products on my Store page? I used CSS to change the title size and color, but I can't find anything to target the size of the product images themselves. Any help would be much appreciated. Cheers! Can you share your site with the protected password and some screenshot of your issue? BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox - PDF Lightbox popup - ...) </> 🗓️ Delivery Date Picker (Date picker form field) Gallery block 7.1 workaround </> No-code customisations for Squarespace
AlpacaHat Posted May 12, 2022 Author Posted May 12, 2022 (edited) 8 minutes ago, bangank36 said: Can you share your site with the protected password and some screenshot of your issue? Thanks for the reply! It's actually a public site. Here's the link to the page in question: https://pawplepower.com/shop/p/pawple-power-families-stainless-steel-bottle Also, I'd like the code to target both desktop and mobile, if possible... Here's a screenshot as well: Edited May 12, 2022 by AlpacaHat
Solution tuanphan Posted May 15, 2022 Solution Posted May 15, 2022 On 5/12/2022 at 9:21 PM, AlpacaHat said: Thanks for the reply! It's actually a public site. Here's the link to the page in question: https://pawplepower.com/shop/p/pawple-power-families-stainless-steel-bottle Also, I'd like the code to target both desktop and mobile, if possible... Here's a screenshot as well: Add to Design > Custom CSS div.ProductItem-relatedProducts .grid-item { padding-left: 5vw !important; padding-right: 5vw; } AlpacaHat 1 Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
AlpacaHat Posted May 15, 2022 Author Posted May 15, 2022 (edited) 13 hours ago, tuanphan said: Add to Design > Custom CSS div.ProductItem-relatedProducts .grid-item { padding-left: 5vw !important; padding-right: 5vw; } This worked! Thanks so much! I really appreciate it. Edited May 15, 2022 by AlpacaHat
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment