Home › Forums › WoodMart support forum › Label Position › Reply To: Label Position
March 11, 2021 at 6:21 am
#272594
Aizaz Imtiaz Awan
Keymaster
Hello,
I have visited your website and the issues occur when you increase the margin-top values. Please replace all the previous Custom CSS with the following in the Custom CSS for Desktop area under Theme Settings >> Custom CSS.
.product-label.label-term-bio.label-attribute-pa_bio {
margin-top: 230px;
margin-left: 4px;
}
.single-product .product-images-inner .product-label.label-term-bio.label-attribute-pa_bio {
margin-top: 530px;
margin-right: 529px;
}
Note: Actually when the label sale is also enabled then the margin value we add will work according to it. So we need to reduce the margin value then it will be displayed inside the image.
And there is no other way that we can display it of the same position when the sale label is enabled. It requires customizations and this is beyond our limitations and support policy.
Regards.
Xtemos Studios