785-230-9362 jeff@thec-team.com

From time-to-time, I need to look up a 2nd and 3rd time how to do something. It gets frustrating because I don’t use it enough and can’t remember each time.

For example, I use the Divi Theme in my website designs, and by default, Divi doesn’t indent the bulleted list. Every time I look up the CSS code for indenting bulleted lists, I ask myself why it’s not supported. Oh well, it just doesn’t.

So, we’re going to use the blog as a placeholder for looking up code.

So, here’s the code for how to indent bulleted lists in Divi.

.et_pb_text li { 
      margin-left: 20px !important;
}

If you happened to stop by my site looking for a solution for how to indent bulleted lists in Divi, I hope this was helpful.