@stevan021:
1. For 5 products in line. Replace the following previous css:
@media screen and (min-width: 769px) {
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
margin-right: 2.5%;
width: 18%;
}
}
With the following css:
@media screen and (min-width: 769px) {
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
margin-right: 1%;
margin-left: 1%;
width: 18%;
}
}
2. To remove that from screenshot, add the following css:
.woocommerce-breadcrumb, .woocommerce-result-count, .woocommerce-ordering { display: none; }