Hi @martujv ,
Step 1. Go to Admin → Online store → Theme > Edit code
Step 2. Find the file theme.css.
Step 3. Add this code to the end of file
.product.animation.animation--product {
padding-right: 0px!important;
}
@media (min-width: 960px){
.product__primary{
grid-gap: 0px!important;
}
.product[data-gallery-size="medium"] .product__primary{
grid-template-columns:50fr 50fr!important;
}
.product__details.product__primary-right {
padding: 0 3vw!important;
}
}
Result
If it helps you, please like and mark it as the solution.
Best Regards
