Home › Forums › Support › Merch Best Sellers block displaying 2 products in one column instead of 3 This topic has 7 replies, 3 voices, and was last updated 4 years, 4 months ago by Leo. Viewing 8 posts - 1 through 8 (of 8 total) Author Posts July 6, 2019 at 6:08 am #950404 Alan Hello, I have imported the Merch template and the Best Sellers/Top Rated or whatever I choose only shows 2 producs in one column and the third one gets moved to a row below. Even if I set to 4 columns, there are 3 products and the 4th is in another row. Row settings are always set to 1. Any help? July 6, 2019 at 6:26 am #950409 FunkyCss I have the same issue July 6, 2019 at 9:04 am #950565 Alan Seems to be a general problem then, hopefully just a small fix. July 6, 2019 at 9:13 am #950571 LeoStaff Customer Support Hi there, Give this CSS a shot: .wc-block-grid.has-3-columns .wc-block-grid__product { flex: 1 0 calc(33% - 16px); } Adding CSS: https://docs.generatepress.com/article/adding-css/ The percentage depends on the column number. Let me know if this helps π July 6, 2019 at 9:21 am #950587 Alan Works well with 3 columns, haven’t tried more but will report back if any issues occur. EDIT: Only works with 3 columns, but thanks. Any general fix for more than 3? Thanks! July 6, 2019 at 9:24 am #950594 LeoStaff Customer Support Did you change the percentage number as suggested above? For 4 columns it would be 25%. 5 columns would be 20%. July 6, 2019 at 9:49 am #950623 Alan Actually even if you change the percentage it doesn’t work properly for 4 columns. EDIT: This works, you gotta fix the class name aswell. .wc-block-grid.has-4-columns .wc-block-grid__product { flex: 1 0 calc(25% - 16px); } July 6, 2019 at 9:58 am #950631 LeoStaff Customer Support Ahh right sorry forgot to mention that part. Glad you figured out π Author Posts Viewing 8 posts - 1 through 8 (of 8 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In