Rows of products have "breaks" in them – uneven number of products in each row
-
Hi all,
In our WC cart, we have 5 products, 4 of which fit on the first row, and the last one is on the second row. Originally, under the default settings, something odd was happening… we would have 3 products on the first row, 1 one the second row, and 1 on a third row. We couldn’t figure out why the 5th product wasn’t on the second row, as there was enough space.
In the woo-shop.css file, around line 671, there is a style called .woocommerce-page ul.products li.product
{There is a line in there that reads padding: .6em!important;
By changing the number from .6em to .12em, we were able to remove the weird row breaks. This solved our problem, but the products are spaced closer than we want.
We’d like to know why something like that would be happening, and where (file or code) that might be controlled.
We are on the latest version of WooCommerce (2.2.10) and are using the Nosh theme from Theme Canon.
Here is the URL of the product page:
Thanks in advance.
- The topic ‘Rows of products have "breaks" in them – uneven number of products in each row’ is closed to new replies.