Product Image - please help to increase the product image size and remove the padding across images.
Hello There,
Please share your store URL and password.
So that I will check and let you know the exact solution here.
https :// trybuy . in
Hello @Anonymous
Its Artzen Technologies! We will be happy to help you today.
Please send me screenshot which padding you want to remove
please check SS, padding spaces around images and i want to make it large the images
please check
Hi,
please help
Hello @shivamnew
You can try this code: it will be helpful to you
Go to the Online Store->Theme->Edit code->Assets->theme.css>Add this code at the bottom.
.product__media-item
padding: 0 !important;
}
Hi @shivamnew
This is Richard from PageFly - Shopify Page Builder App, I’d like to suggest this idea:
Online Store ->Theme ->Edit code
Assets ->Theme.css
@media(max-width: 767px){
.product__media-item {
padding-left: 0 !important;
padding-right: 0 !important;
}
}
Hope you find my answer helpful!
Best regards,
Richard | PageFly

