Home › Forums › Support › Woocommerce 2 column category page gap This topic has 5 replies, 2 voices, and was last updated 2 years, 11 months ago by Leo. Viewing 6 posts - 1 through 6 (of 6 total) Author Posts February 9, 2020 at 11:21 am #1159866 Linda I used the snippet Tom described below to make a certain category page (‘membership’) 2 columns, and it’s working okay. https://generatepress.com/forums/topic/controlling-woocommerce-products-per-row-on-certain-category-pages/ However the gap between the two products doesn’t look great on full screen desktop. How can I style this to change Column Gap or increase left and right padding or margins to make these two products closer together? Thanks for any help. February 9, 2020 at 11:51 am #1159889 LeoStaff Customer Support Hi there, Would it work better if the content width is narrower? Let me know ๐ Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ February 9, 2020 at 12:11 pm #1159907 Linda how would I do that for just the 2 column category? Is that a setting that I missed? Thanks for the help. February 9, 2020 at 12:19 pm #1159924 LeoStaff Customer Support It would change the width of the entire page container. Maybe give this CSS a shot: .wc-columns-container .products { width: 50%; } .woocommerce ul.products { margin: auto; } Adding CSS: https://docs.generatepress.com/article/adding-css/ Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ February 9, 2020 at 1:03 pm #1159953 Linda This was great! I adjusted it to only affect the 2 column layout and it seems to work. Thank you so much! /* woo category pages adjust settings if two column */ .wc-columns-container .products.columns-2 { width: 60%; } .woocommerce ul.products { margin: auto; } February 9, 2020 at 1:10 pm #1159957 LeoStaff Customer Support No problem ๐ Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ 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