Home › Forums › Basel support forum › Bullet Numbering not Working › Reply To: Bullet Numbering not Working
October 4, 2017 at 10:03 am
#20734
Bogdan Donovan
Keymaster
Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.
.widget_text ol {
list-style: decimal;
padding-left: 16px;
}
Regards