Home Forums WoodMart support forum recommended-products-show-4-in-a-row-update Reply To: recommended-products-show-4-in-a-row-update

#306535

Hello,

Please try adding the following Custom CSS in the Custom CSS for Desktop area under Theme Settings >> Custom CSS.

.wc-prl-recommendations {
    width: 1222px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
}

.wc-prl-recommendations .col-md-4 {
    max-width: 25%;
}

Best Regards