4 products per row displays only 3 products instead

Posted in: Newspaper
Post count: 3

Hello,

Please see my shop page link below, thanks.
http://staging.ningselect.com/shop/
It should display 4 products but it shows only 3 instead.
And please see the second page link below, thanks.
http://staging.ningselect.com/shop/page/2/
It shows 4 products but in 2 rows, however, 4 products should be in the same row.
Would your team please help me with this?

Moreover, I want to show all the products in the same page.
Is there any codes that I can add to my functions.php?

Thank you so much.

yuchen

Post count: 20688

Hi,

Make the modification to the number of products in this file
https://www.screencast.com/t/lO6yXobqdb2o
Or try this solution – https://docs.woocommerce.com/document/change-number-of-products-displayed-per-page/
Fro the display issue use a code like this, there seem to be some unusual properties to the styling of the products
https://www.screencast.com/t/GCcEaoVvE
Enter the code in Theme panel->Custom CSS section

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
margin-right: 20px;
}
.woocommerce ul.products li.first, .woocommerce-page ul.products li.first {
clear: none;
}

Thanks

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.