On the reviews tab of the product page the formatting of the profile images and the numbers is wrapping and needs attentio. Visit the site link to view.
Hey trljackson,
Thank you for the inquiry.
The following css code should correct the style of the comment container.
div #reviews #comments ol.commentlist li .avatar {
position: relative;
}
div #reviews #comments ol.commentlist li {
list-style: none;
}
.woocommerce-tabs .comment_container {
float: none;
width: 100%;
}
div #reviews #comments ol.commentlist li {
margin-bottom: 20px;
}
Please don’t forget to toggle the Performance > File Compression settings after adding the css.
Best regards,
Ismael