Hi there.
I just updated our antique shop website and everything works otherwise but as we use WooCommerce for product listing (no shopping basket), now rows don’t work as they should when listing the products. I mean, before we had max 4 products per row and depending on browser width product cards showed 1-4 products for each row. Now, listing still tries to act in same way but for some reason products don’t list correctly.
As you can see from above screen capture, while there should be four product cards in same row, it is split in a weird way so that there are 3 and then 1, then again 3 and 1, and so on. And if I narrow the browser, it may show them as 2 in one row, then 1, then 3, then 2, etc.
Also, product card boxes should be all same width but as seen in attached screen capture, cards have now variating widths.
As I’m not too familiar with CSS, I don’t know what to do. I have my own X-child theme with style.css where I have only following CSS:
.entry-wrap {
display: block;
box-shadow: none;
background-color: #000000 !important;
background-image: url(“https://oldillusions.fi/wp-content/uploads/2018/10/tuotetausta_v6b.jpg”);
background-repeat: repeat;
}
Any help more than appreciated.