Site logo

[Resolved] WooCommerce: Review-Container with high margin left

Home Forums Support [Resolved] WooCommerce: Review-Container with high margin left

Home Forums Support WooCommerce: Review-Container with high margin left

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #2377491
    Lars

    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

    #2377705
    David
    Staff
    Customer Support

    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;
    }
    #2377826
    Lars

    Perfect, thanks!

    #2378499
    David
    Staff
    Customer Support

    You’re welcome

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