HomePage Forums Themes Support Poco – Fast Food Restaurant WordPress Theme Related products on single product page are too small Reply To: Related products on single product page are too small

#2893

Hi,

About your issue, try to add css style into file style.css ( child-theme):

.elementor-widget-woocommerce-product-related ul.products.columns-3 li.product {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    flex: 0 0 100% !important;
    max-width: 100% !important;
}