Fix the numbered list (module doesn't have the needed setting)
/* -- START fix woocommerce numbered list -- */
.et_pb_wc_description ol {
list-style-position: outside !important;
padding-left: 1em !important;
}
/* -- END fix woocommerce numbered list -- */Code language: CSS (css)