All things Shopify and commerce
As you can see in the image, on mobile it shows a bit of the 2nd image for some reason, how can I center the one image and make it so the others don't show.
Store URL is: https://dododuck.ca/products/dodo-duck
Solved! Go to the solution
This is an accepted solution.
Hi TheDuckDuck,
This issue can be resolved simply by CSS codes added to your theme codes. Please go to your Shopify Admin > Online Stores > Themes > Customize > Custom CSS to add the custom code I'll attach below:
@media screen and (max-width: 600px){
.product--thumbnail_slider.product--mobile-hide li.product__media-item {
width: calc(100% - 3rem) !important;
}
}
Here would be the result after you add this custom CSS code to your theme: https://prnt.sc/Os70XPmtj1dQ.
Hope this helps! Should you have any further questions, please feel free to let us know.
Hello @TheDuckDuck ,
Follow these steps:
1. Go to Online Store -> Theme -> Edit code
2. Open your section-main-product.css file and paste the following code at the bottom:
@media screen and (max-width: 378px) {
.product__media-list .product__media-item {
width: calc(100% - -2rem - var(--grid-mobile-horizontal-spacing));
}
}
If you need help with code part you can contact me for services
You can find the email in the signature below.
Thanks
This is an accepted solution.
Hi TheDuckDuck,
This issue can be resolved simply by CSS codes added to your theme codes. Please go to your Shopify Admin > Online Stores > Themes > Customize > Custom CSS to add the custom code I'll attach below:
@media screen and (max-width: 600px){
.product--thumbnail_slider.product--mobile-hide li.product__media-item {
width: calc(100% - 3rem) !important;
}
}
Here would be the result after you add this custom CSS code to your theme: https://prnt.sc/Os70XPmtj1dQ.
Hope this helps! Should you have any further questions, please feel free to let us know.
Hi @TheDuckDuck
Please add this code to Custom CSS in Online Store > Themes > Customize > Theme settings
@media (max-width: 749px){
.product .product__media-list .slider__slide {
width: calc(100% - 3rem) !important;
}
}
- Helpful? Like & Accept solution! - Support me? Buy me a coffee
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- 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.
- Enjoy 1 month of Shopify for $1. Sign up now.
June brought summer energy to our community. Members jumped in with solutions, clicked ...
By JasonH Jun 5, 2025Learn 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, 2025