Home › Forums › Basel support forum › Single product picture no gaps › Reply To: Single product picture no gaps
April 24, 2020 at 12:15 pm
#189679
Elise Noromit
Member
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