Elementor: Set spacing between list items with CSS.

Head to the wordpress administration panel > elementor > Custom code. Add the following CSS code between <style> tags

<style>

li{
  margin: 10px 0;
}

</style>

Leave a Comment

Your email address will not be published. Required fields are marked *