Home › Forums › Support › Reduce woocommerce product grid spacing This topic has 5 replies, 2 voices, and was last updated 4 years ago by Tom. Viewing 6 posts - 1 through 6 (of 6 total) Author Posts March 29, 2019 at 10:53 pm #853965 Mak Hello, Is there a simple way to control space between woocommerce product listing. The default spacing is too wide and I need to reduce that. Any help would highly be appreciated. GeneratePress 2.2.2GP Premium 1.7.8 March 30, 2019 at 8:55 am #854398 TomLead Developer Lead Developer Hi there, In 1.7.8 it’s kind of hard to do this, as it uses floats. However, if you update to 1.8, we use CSS Grid so it’s way easier: https://generatepress.com/gp-premium-1-8/ It’s in public testing right now, but it’s quite stable. Let me know if you update and I’ll help with the CSS 🙂 Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ Ongoing Development: https://generatepress.com/ongoing-development March 30, 2019 at 9:06 am #854407 Mak Hi Tom, Thank you for revert back. Yes, we have updated to 1.8.0 (Beta), so please help us to how to adjust the spacing please. Best Wishes March 30, 2019 at 9:19 am #854424 TomLead Developer Lead Developer Any chance you can clear your caching plugin? I’m still seeing the older version. Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ Ongoing Development: https://generatepress.com/ongoing-development March 30, 2019 at 10:40 am #854474 Mak I’m sorry for that. The caching plugin is disabled now. Also we are using shortcode on homepage to display featured products. March 30, 2019 at 5:02 pm #854657 TomLead Developer Lead Developer Ah, the shortcode won’t use our CSS Grid, so we need to stick with their funky percentages. Try this: .woocommerce ul.products li.product, .woocommerce-page ul.products li.product { width: 23.05%; margin-right: 1.95%; margin-bottom: 1.95%; } Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ Ongoing Development: https://generatepress.com/ongoing-development Author Posts Viewing 6 posts - 1 through 6 (of 6 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In