If you don't want your list items to wrap around your bullet point for multiple lines, then here's a CSS snippet for you and your Divi website. The following CSS will position your list icons outside of the list content: /* Ul positioning */ .et_pb_text ul,...
Lists
How to use a Divi icon as a special list ‘dot point’
This example uses the arrow icon. /* custom list icon */ ul.arrow_right { list-style: none; } ul.arrow_right li:before { color: #BC9D63; font-family: "ETmodules" !important; content: "\24 \0020"; } You’ll need to find your particular icon code in the list of...