Just wondering how to fix the bullet-pointed text when word flow goes to the next line so it is nice and neat and not go underneath the actual bullet
Hey whdsolutions,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
CSS Snippet:
.woocommerce-tabs #tab-description ul, #top .woocommerce-tabs .commentlist .description ul {
text-indent: -15px;
padding-left: 15px;
}
Best regards,
Yigit