Have your say in Community Polls: What was/is your greatest motivation to start your own business?

Remove paddings around main product image

Remove paddings around main product image

PetNShop
Tourist
5 0 2

Greetings, everyone!

I'm in the process of creating my product page, and I'm specifically working on adjusting the main product image to eliminate padding and make it full width, but only on mobile devices.

For a visual reference of what I'm aiming to achieve, please take a look at the images below.

This is the store: (https://petnshop.ca/products/original-calming-dog-bed)

Wishing you all a wonderful day!IMG_1278.jpeg

Replies 2 (2)

dmwwebartisan
Shopify Partner
12323 2552 3732

@PetNShop 

This is CSS code customization work Please hire a Shopify expert who can help you!

Thanks!

If helpful then please Like and Accept Solution | Email: dmw.webartisan@gmail.com |  Instagram: @dmw.webartisan
Check here PageFly App to customize your pages | #1 Product Filter & Search app on Shopify | The most powerful Shopify page builder app

Dan-From-Ryviu
Shopify Partner
10253 2037 2107

Hi @PetNShop 

Please go to your Online store > Themes > Edit code > open base.css file, add this code at the bottom  and save file 

@media screen and (max-width: 749px) {
.slider-mobile-gutter .product__media-list .product__media-item {
    width: 100% !important;
    margin: 0 !important;
}
}

- Helpful? Like and Accept solution! Or Support me: Buy Coffees
- 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.