Home › Forums › WoodMart support forum › recommended-products-show-4-in-a-row-update › Reply To: recommended-products-show-4-in-a-row-update
July 14, 2021 at 7:38 am
#306535
Aizaz Imtiaz Awan
Keymaster
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