AlpacaHat Posted May 12, 2022 Share 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! Link to comment
Beyondspace Posted May 12, 2022 Share 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) 🗓️ Delivery Date Picker (Squarespace Date format) 💫 Animated Buttons (Referral URL) 🥳 Sparkplugin Customisations Browsers (Browse +100 Spark plugin customisations) 🥳 Elfsight Template Browsers (Browse +1000 Elfsight widget 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
AlpacaHat Posted May 12, 2022 Author Share 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 Link to comment
Solution tuanphan Posted May 15, 2022 Solution Share 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 How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
AlpacaHat Posted May 15, 2022 Author Share 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 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