Archived topic
WooCommerce: Review-Container with high margin left
3 replies · Started by Lars on October 18, 2022
Dear GP-Crew,
i've got a little design issue with WooCommerce: The user reviews on a product page appears in a container with too much left-margin.
Example: https://www.zehnideen.de/produkt/wasserhahn-aufsatz-mit-beleuchtung
The review-container should be in line with the other content.
Is there a way to fix that?
Regards,
Lars
Hi there,
the Woocommerce plugin adds 50px for some crazy reason to the review. Add this CSS to remove that:
.woocommerce #reviews #comments ol.commentlist li .comment-text {
margin-left: 0 !important;
}
Perfect, thanks!
You're welcome