Hi I want to change the on sale label to the bottom left of the prestige theme & the out of stock part to the middle of the center. Can you help me to fix it? If i try to adapt anything it is always different from product to product and not equal at the position.
Currently I am using this code:
.template-index .ProductItem__LabelList {
position: absolute;
left: 50% !important;
top: 60% !important;
text-align: left;
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
