Hi,
On WooCommerce category pages the rows will break and instead of five items per row there will only be two.
Everything is up to date and this doesn’t occur under the twentyfifteen theme.
Thanks,
Ryan
Hey RRaker,
Thank you for using Enfold.
Try to adjust the product column css modifications:
body.tax-product_cat .template-shop .products li {
width: 19% !important;
margin: 0 1% 20px 0 !important;
}
Apply a minimum height to the product info container:
#top .inner_product_header {
min-height: 125px;
height: 125px;
}
Best regards,
Ismael