Home › Forums › Support › Woocommerce Shop Columns in Mobile This topic has 3 replies, 2 voices, and was last updated 8 years, 11 months ago by Tom. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts March 24, 2016 at 4:11 am #181214 Dilip I want the columns to be just one instead of the current two columns. This is because my products have long titles. How do I acieve the single column output for search results, shop, category and tag pages? March 24, 2016 at 10:46 am #181347 TomLead Developer Lead Developer Hi there, This CSS should work: @media (max-width: 768px) { .woocommerce ul.products li.product, .woocommerce-page ul.products li.product { width: 100%; float: none; } } Adding CSS: https://generatepress.com/knowledgebase/adding-css/ March 24, 2016 at 4:11 pm #181403 Dilip Brilliant! I have just one more part to accomplish. Then, I think I am done with your Woocommerce theme March 24, 2016 at 9:51 pm #181450 TomLead Developer Lead Developer Awesome! 🙂 Author Posts Viewing 4 posts - 1 through 4 (of 4 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In