Remove white space either side of product image Minimog theme - Mobile

Solved

Remove white space either side of product image Minimog theme - Mobile

Johnnycrev
Excursionist
19 1 4

For mobile Id like to remove the white space next to main product image

 

https://www.afterhoursgallery.co.uk/products/dirty-martini-wall-art

 

IMG_CB39659D28CA-1.jpeg

Accepted Solution (1)

BiDeal-Discount
Shopify Partner
792 105 178

This is an accepted solution.

Hi @Johnnycrev 

Let try to add this Custom CSS to your theme Settings:

@media (max-width: 767px) {
  .m-main-product--wrapper {
    margin-inline: -15px;
  }
  .m-main-product .m-main-product--media {
    padding: 0;
  }
}
- Helpful? Like & Accept solution! Coffee tips fuel my dedication.
- BiDeal Bundle Volume Discounts: Upsell with discount bundles, quantity breaks, volume discounts & mix-and-match bundles. AOV+ with free gifts, free shipping & progressive cart
- Contact me via WhatsApp

View solution in original post

Replies 3 (3)

BiDeal-Discount
Shopify Partner
792 105 178

This is an accepted solution.

Hi @Johnnycrev 

Let try to add this Custom CSS to your theme Settings:

@media (max-width: 767px) {
  .m-main-product--wrapper {
    margin-inline: -15px;
  }
  .m-main-product .m-main-product--media {
    padding: 0;
  }
}
- Helpful? Like & Accept solution! Coffee tips fuel my dedication.
- BiDeal Bundle Volume Discounts: Upsell with discount bundles, quantity breaks, volume discounts & mix-and-match bundles. AOV+ with free gifts, free shipping & progressive cart
- Contact me via WhatsApp
Johnnycrev
Excursionist
19 1 4

Amazing! Thanks so much!

BiDeal-Discount
Shopify Partner
792 105 178

you're welcome. Let me know if you need support others 😉

- Helpful? Like & Accept solution! Coffee tips fuel my dedication.
- BiDeal Bundle Volume Discounts: Upsell with discount bundles, quantity breaks, volume discounts & mix-and-match bundles. AOV+ with free gifts, free shipping & progressive cart
- Contact me via WhatsApp