Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter lulupont

    (@lulupont)

    I fixed it adding

    /* Flexbox on WooCommerce archive products */
    .woocommerce .products ul,
    .woocommerce ul.products {
     display: flex;
     flex-flow: row wrap;
    }
    
    .woocommerce ul.products li.product,
    .woocommerce-page ul.products li.product {
     display: flex;
     flex-flow: column nowrap;
    }
    
    .woocommerce ul.products li.product .button {
     margin-top: auto;
     display: table;
    }

    but still the grid has a blank margin on the right….i dont get it

    Plugin Author RazyRx

    (@razyrx)

    Hello @lulupont,

    On your site installed another Grid/List plugin.

    Regards,
    Oleg

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘grid shows broken sometimes’ is closed to new replies.