Introduction

Each of our eCommerce themes shop and product catalog templates are designed to display a specific number of columns to fit the overall style of the theme and to achieve proper balance in the design. This designation affects the ability for your shop to respond to different screen sizes, which is why we do not allow the WooCommerce image size to dictate the column width in pixels.

We understand that in cases where you have the sidebar disabled for the shop, you may want the product thumbnails to stay the original size but flow into more columns than default.

This article provides a quick CSS snippet that will work for themes that show 3 products or columns with or without the sidebar.

For best results we do not recommend you do this with the sidebar enabled, as it may not work correctly or may shrink the product thumbnails down so small that the product content and buttons do not fit correctly. For themes that show two columns by default, the same styling resets can be used to achieve the same results, you would only need to change the threes to twos and the 3s to 2s, 4s to 3s and 5s to 4s, etc

The Solution