Home Forums WoodMart support forum timer Reply To: timer

#296631

Hello,

Please add this code to the Theme Settings > Custom CSS > Global:

body .wd-product-countdown  {
display: flex;
flex-direction: row-reverse;
justify-content: center;
}

Best Regards