Home Forums WoodMart support forum related product Reply To: related product

#269461

Hello,

1. Please use the below custom CSS code:

.related-products .products-bordered-grid.woodmart-carousel-spacing-30 .owl-carousel-item {
    margin-bottom: 0!important;
    border-style: solid;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-color: inherit;
    border-radius: 20px;
    box-shadow: 0 0 10px rgb(0 0 0 / 15%);
}
.related-products .products-bordered-grid .owl-stage-outer {
    border-width: 0px;
}

2. Please read the theme documentation here about changing the size of the images:
https://xtemos.com/docs/woodmart/faq-guides/image-size-content-alignment-product-grid/

Best Regards.