Shopify themes, liquid, logos, and UX
I want to remove the padding around my product images on the mobile view and cannot seem to figure out how to do it. I have looked for help everywhere and have tried every bit of code.
This Is What I Have
This is what I am trying to do
If you can figure this out you are a life saver
Thank you!
Hi @MrStoney
Here are the steps to remove the padding around product images on mobile view for the Dawn theme in Shopify:
1. Go to Online Store > Themes > Actions > Edit Code
2. Open the file that contains the CSS for the product images. This could be one of the following depending on the specific version of Dawn theme you are using:
- assets/section-main-product.css
- assets/component-slider.css
- assets/base.css
3. Paste the following CSS code at the bottom of the file and click Save:
@media screen and (max-width: 749px) {
.product__media-wrapper slider-component {
max-width: 100%;
padding: 0;
}
.product__media-list {
padding-bottom: 0;
margin-bottom: 0;
}
}
This CSS code will:
- Set the max-width of the product image slider to 100% on mobile
- Remove the padding around the product image slider on mobile
- Remove the padding and margin below the product image thumbnails on mobile
After adding this code, the padding around your product images should be removed on the mobile view of your Shopify store using the Dawn theme.
Was this helpful? Like or Accept solution - Buy me a coffee ☕️
- Contact me: Xipirons | WhatsApp
- Shopify Developer based in France, helping online merchants succeed
Hi @MrStoney
Could you share your product page URL to check?
- Solved it? Hit Like and Accept solution! ❤️Buy Me Coffee❤️
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image: Easy and fast to create Photo Gallery, Lookbook, Shop The Look.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.
I have same problem. How can i fix it?
Hello @MrStoney ,
Please can you share the store URL?
thanks!
Hey Community! As we jump into 2025, we want to give a big shout-out to all of you wh...
By JasonH Jan 7, 2025Hey Community! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024