/*
Theme Name: Divi Child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Template: Divi
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Version: 4.27.2.1729989590
Updated: 2024-10-27 00:39:50

*/

/* 
 * 20241028 SquareZones Changing the styling of bullited list and numbered lists (BEGIN)
 * REFERENCE: https://joshhall.co/how-to-indent-bullet-lists-in-divi/
 * REFERENCE: https://www.youtube.com/watch?v=PsAopK0_rLk
*/

/*
.entry-content ol, .entry-content ul {
padding: 30px 0px 30px 50px;
list-style-position: outside;
}

.entry-content ol li, .entry-content ul li {
margin-bottom: 10px;
}
*/

/* 
 * 20241028 SquareZones Changing the styling of bullited list and numbered lists (END)
 * -----------------------------------------------------------------------------------
*/

/* 20241029 SquareZones: Changing the styling of bullited list and numbered list when they show up correctly in the DIVI (BEGIN) 
 * Text module for preview but not for the page. To solve this I used the follwing code but once I used it it was working without so I commented it out: 
 * Global CSS Adjustment (if the issue is across multiple lists)
Go to Divi > Theme Options > Custom CSS.
Add the following code
*/
/*
.et_pb_text ol {
  margin-left: 20px !important;
  padding-left: 20px !important;
  list-style-position: inside;
}
*/

/* 20241029 SquareZones: Changing the styling of bullited list and numbered list when they show up correctly in the DIVI (END)
 * ----------------------------------------------------------------------------------- 
*/