Hi guys,
Can you help me to reduce the height of the Featured product images
My url: https://189ee3-2.myshopify.com/
Thank you,
A user seeks help reducing the height of featured product images on their Shopify store.
Initial Solutions Attempted:
.grid__item.slider__slide with a fixed max-width: 300pxRefinement Process:
max-width: 15% insteadFinal Solution:
#shopify-section-template-1362529559920__featured_collection .grid__item.slider__slide with max-width: 18%The discussion demonstrates iterative troubleshooting to balance image sizing while preventing layout issues elsewhere on the site.
Hi guys,
Can you help me to reduce the height of the Featured product images
My url: https://189ee3-2.myshopify.com/
Thank you,
Add This Css in your Edit Code > base.css File
.grid__item.slider__slide {
max-width: 300px !important;
}
Thank you, but can you set the size by % or vh, I don’t want to set by fix figures.
And the images are not the same height.
Okay For Your Requirment Add This Code On My old Code
.grid__item.slider__slide {
max-width: 15% !important;
}
This code also affects my Product page
ohh, Product Was Very Small To add This css That’s Why side Effect Above css But I Give A new css Add This One.
section#shopify-section-template--16325952995510__featured_collection .grid__item.slider__slide {
max-width: 18% !important;
}