Home Forums WoodMart support forum Sold Out Label Position Change Reply To: Sold Out Label Position Change

#353668

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