How can I resize the product image and thumbnail images so my product page stops stretching out? Thank you!
- Go to Online Store->Themes->Edit code
- Asset->/section-main-product.css->paste below code at the bottom of the file
.product.grid{gap:0;width:100%;margin-left:0;margin-right:0;}
@media (max-width:1199px){
.product__info-container>div:not([class]) product-form.product-form form[data-type=add-to-cart-form] button{width:100%;margin:0;left:0!important;top:0!important;}
}
this worked! thank you so so much for your help!