Home › Forums › WoodMart support forum › Custom attribute label position › Reply To: Custom attribute label position
February 12, 2022 at 12:30 pm
#352497
Aizaz Imtiaz Awan
Keymaster
Hello,
Please try adding the following Custom CSS in the Custom CSS for Desktop area under Theme Settings >> Custom CSS.
span.attribute-label.product-label.label-term-refurbished.label-attribute-pa_refurbished {
position: absolute;
margin-right: 305px;
margin-top: 10px;
}
Best Regards