Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1209946

    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

    #1209964

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.