Fix common layout issues

Adjust the number of recommendation according to the theme

The below CSS code will adjust the layout of the recommendations according to your theme design. In this example it is adjusted for a 3 product output (.woocommerce.columns-3), this number should be aligned with your theme settings.

/* Engage rec */
.zlt .woocommerce.columns-3 {
  max-width: 100% !important;
  margin: 0 auto;
}

Last updated