How to Change Collection Labels at Prestige theme to bottom left?

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%);

}

Hello There,

Please share your store URL and Password.
So that I will check and let you know the exact solution here.

Hey,

here is the Shopify-URL: https://unmilk.com/

I don’t think you need a password do you? The Website is live

Thanks for helping me!