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:
- Intro to CSS - https://goo.gl/mFuWQT
- How to get CSS selectors - https://goo.gl/BmoH39
- Get Started With Viewing And Changing CSS - https://goo.gl/7xFhDa
Hope this helps.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.