Problems with WooCommerce Design

WooCommerce does not show all the products in one line. This looks horrible :frowning: does anybody know how to set them into the same row ?

Hello @wolo9999,

I can’t seems to find the shop page, maybe you can provide the direct link to it?

Meanwhile, try using this custom CSS fix, might do the trick:

.woocommerce-page .products h3{
min-height: 100px;
}
.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img{
width: 100px;
}
.woocommerce ul.products li.product a img{
min-height: 170px;
}
.woocommerce ul.products li.product .price del{
margin-top: -20px;
}

Regards

Thanks, already fixed myself :slight_smile: but still another problem
it shows archive in the tab title everywhere.

Hello,

To fix this you would need to do some custom coding inside the theme folder > inc > template-tags.php

Let me know if you got it alright.

Regards