Set the width of related and upsell products

hello I need to set the width of related and upsell products only not sure how to do this can you help out please

Hi @wicara,

Please add this code in X > Theme Options > CSS:

.woocommerce .related.products li.product,
.woocommerce .upsells.products li.product {
    width: 23.5%;
}

Here are some related links for further reading:

Hope this helps.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.