Archived topic
woo product column full width on homepage
3 replies · Started by Adrien on April 18, 2021
Dear GP Team,
On my home page I would like the woo products to fill up the full width but im unable to find the solution. When I increase the column percentage, it still leaves a gap on the right bigger then on the left.
Here's an image to show you what im trying to do:
Thank you for your help. Adrien
Hi there,
Normally this should be a question for WooCommerce' support team.
You can give this CSS a shot:
@media (min-width: 769px) {
.woocommerce .products ul, .woocommerce ul.products {
display: flex;
justify-content: space-between;
}
}
Thank you very much Leo! You rock and roll.
I'll ask Woo team next time promise ;-)
No problem :)