Archived topic
Last woocommerce product always on next row
3 replies · Started by Wesley on October 5, 2019
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?
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.
Awesome, thanks David!
You're welcome