Home Forums WoodMart support forum Product Reviews Tab Width

Product Reviews Tab Width

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #311281

    Little Panda
    Participant

    Hello,

    Currently the reviews tab of the products dispolays as two columns with the reviews on the left and the product review form on the right. When we have many reviews it looks strange having all the blank space to the right. Is there a way to have this tab full width?

    Maybe it’s a woocommerce issue but thought I would check with you guys

    Please see our examples in the private area:

    #311284

    Little Panda
    Participant

    Oh I think I worked it out with some code you give before. Is this correct?

    body .woocommerce-Reviews {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: 0;
    margin-right: 0;
    }
    body .woocommerce-Reviews #comments,
    body .woocommerce-Reviews #review_form_wrapper {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    }
    body .woocommerce-Reviews #comments {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    }
    body .woocommerce-Reviews .commentlist {
    margin-top: 20px;
    margin-bottom: 0;
    }

    #311285

    Hello,

    We are Glad that you managed to find a solution for yourself. You are Great!!

    You can keep the CSS if this works for you.

    Let us know if there’s anything else we can do for you! You can always reach us at any time. We are always here to help you.

    Have a wonderful day.

    Topic Closed.
    Best Regards.

Viewing 3 posts - 1 through 3 (of 3 total)

The topic ‘Product Reviews Tab Width’ is closed to new replies.