Hi @kodkiosken ,
Go to Online Store, then Theme, and select Edit Code.
Search for base.css/theme.css/style.css/main.css/custom.css file Add the provided code at the end of the file.
@media screen and (min-width: 750px) {
.product-info .page-width {
padding: 0px 3rem 0px 0rem !important;
}
.product__media-list {
gap: 0px !important;
border:none !important;
}
.product__media-item>* {
border:none !important;
}
}