By default, Divi’s list are displayed like:
- Unordered: with a bullet on the left of the text
- Ordered: with digits inline
Use the following CSS to also display the ordered lists digits on the left of the text:
ol {
list-style-position: outside !important;
padding: 0 0 23px 1em !important;
}Code language: CSS (css)
Can be done in the theme options for a side wide change or in the modules advanced tab, preceded with ‘selector’