layout on css is misaligned please check and help to solve.
Hey,
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:
div #reviews #comments ol.commentlist li {
clear: both;
}
Best regards,
Yigit
Hi, It fixed avatar but review blocks are still messy. need margin between two blocks.
Hi,
Please add following code to Quick CSS as well
.woocommerce-tabs .comment_container {
margin-bottom: 10px;
}
Best regards,
Yigit
hi yigit, thanks for the quick fix. it worked like charm. one more request please send a css for verified owner batch color i want to keep it green or something else other than grey.
Hi,
Please add following code to Quick CSS as well and adjust the color as needed
em.woocommerce-review__verified.verified {
color: green;
}
Best regards,
Yigit
Hi Yigit,
Its super. Thanks.
Hi,
Glad we could help! :)
For your information, you can take a look at Enfold documentation here – https://kriesi.at/documentation/enfold/
If you have any other questions or issues, feel free to start a new thread under Enfold sub forum and we will gladly try to help you :)
Best regards,
Yigit