[Support request] Last woocommerce product always on next row

Home Forums Support [Support request] Last woocommerce product always on next row

Home Forums Support Last woocommerce product always on next row

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1026730
    Wesley

    Hi!

    The woocommerce products slider always seems to place the last product on the next row, while that isn’t whats in the settings (4 products per row).

    See: https://wesleyfeijth.nl/yoast-test/

    Seems like a css issue. Does someone know how to fix this?

    #1026852
    David
    Staff
    Customer Support

    Hi there,

    use this CSS:

    .wc-block-grid__product {
        box-sizing: border-box;
    }

    I reported this to the woo blocks developer a few weeks back and they will be adding this to the plugin so hopefully on the next update it won’t be required.

    #1026874
    Wesley

    Awesome, thanks David!

    #1026876
    David
    Staff
    Customer Support

    You’re welcome

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