Home Forums Basel support forum Single product picture no gaps Reply To: Single product picture no gaps

#189679

Hello,

Please add this code to the Theme Settings > Custom CSS > Mobile:

body .woocommerce-product-gallery {
  margin-left: -45px;
  margin-right: -45px;
}
body .single-product-content:not(.product-quick-view) .woocommerce-product-gallery__wrapper {
  padding-right: 0;
}

The HTML structure does not have pagination and it is not possible to add it with CSS.

Best Regards