Home › Forums › WoodMart support forum › How to make Product photos full widht in mobile ? › Reply To: How to make Product photos full widht in mobile ?
November 10, 2018 at 8:25 am
#88587

Elise Noromit
Member
Hello,
Please add this code to the Theme settings > custom CSS > Mobile:
div.woocommerce-product-gallery {
margin-left: -32px;
margin-right: -32px;
}
Best Regards