Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #645149

    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

    #646014

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.