PenciDesign replied
Hi,
I understand it now.
1/ For change the space between the bullet/number and the start of the text, please add more this code to Customize > Custom CSS:
\
.post-entry ul, .post-entry ol{ padding-left: 30px; }Change number 30 to value you want.
2/ The font size of numbers displayed on the image you sent based on font-size of the text on the right side of numbers. So, if you want to change the size for that numbers, you need to change the size for ol li tag.
To change the font size for ol li tag, please add more this code to Customize > Custom CSS:
\
.post-entry ol li{ font-size: 16px; }Change number 16 to value you want.
Best Regards,
PenciDesign