Shopify themes, liquid, logos, and UX
hello, i would like to change my images size on my product page, i don't want them to have border on the side and have like 80% first image and 20% second image, like in the image i added. Is there a code that could help me achieve this ? Thank you
Hi @okocha21
Please share with me your store URL?
Best,
Daisy
HI @okocha21
@media (max-width: 749px) {
.index-product .product__images--mobile-slider .product__slide {
width: calc(100% - 80px);
margin: 0;
border: 1px solid #000;
}
.index-product .product__images--mobile-slider .product__slides {
padding-left: 0px
scroll-padding: 0;
}
}
Hi @okocha21
You can try to add this code to Custom CSS in Online Store > Themes > Customize > Theme settings and check
@media (max-width: 749px) {
.index-product .product__images--mobile-slider .product__slide {
width: calc(100% - 80px);
margin: 0;
border: 1px solid #000;
}
.index-product .product__images--mobile-slider .product__slides {
padding-left: 0px
scroll-padding: 0;
}
}
- Helpful? Like & Accept solution!
- Ryviu - Product Reviews & QA app: Import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Amazon Products Importer - Import Amazon Products to Dropship in Your Store!
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...Sign up now.
Hi @okocha21
You can follow the instruction below:
1. Go to Shopify > Theme > Customize
2. Copy and paste this code on Theme settings > Custom CSS section
.product__slides {
border: none !important;
box-shadow: none !important;
}
@media screen and (max-width: 749px) {
.product__images--mobile-slider .product__slide {
width: 80% !important;
}
}
I hope it helps.
Liz
Hello, @okocha21
Please share "Store URL"
Thanks!
Hi @okocha21
Please share your store URL.
Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025