Home › Forums › WoodMart support forum › RTL in counter › Reply To: RTL in counter
December 9, 2018 at 11:24 am
#94933
Bogdan Donovan
Keymaster
Hello,
Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.
.woodmart-timer {
direction: ltr;
}
Regards