Home › Forums › WoodMart support forum › Sold Out Label Position Change › Reply To: Sold Out Label Position Change
February 17, 2022 at 1:20 am
#353668
Elise Noromit
Member
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
If your labels are round:
body .labels-rounded {
left: auto;
right:7px;
}
If your labels are rectangular:
body .labels-rectagular {
left: auto;
right:7px;
}
Best Regards