Home Forums WoodMart support forum Custom attribute label position Reply To: Custom attribute label position

#352497

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