Hello,
Try adding the following Custom CSS in the desktop Custom CSS area under Theme Settings >> Custom CSS.
.single-product .woocommerce-product-gallery .product-labels[class*="labels-rounded"] {
left: 20px !important;
}
.single-product .woocommerce-product-gallery .product-labels.labels-rounded .product-label {
min-width: 80px !important;
min-height: 80px !important;
font-size: 40px;
}
Try adding the following Custom CSS in the mobile Custom CSS area under Theme Settings >> Custom CSS.
.single-product .woocommerce-product-gallery .product-labels[class*="labels-rounded"] {
left: 10px !important;
}
.single-product .woocommerce-product-gallery .product-labels.labels-rounded .product-label {
min-width: 60px !important;
min-height: 60px !important;
font-size: 30px;
}
Best Regards