This topic has 6 replies, 4 voices, and was last updated 8 years, 7 months ago ago by Eva Kemp
Hello
you really have done a good job.
I have a small problem, in the second row with products displaying one product and the other below it, you can help me please?
http://dsmilka.gr/wp/product-category/pagota/pagotinia/
Thanks
Manos
Hello,
Please add this code in Theme Options > Custom CSS > Custom CSS for desktop:
.products-grid .product-category {
width: 25% !important;
}
Best regards,
Jack Richardson.
Thanks for your answer
but I would like to bring three products in each row and no 4
Thanks
Manos
Hello,
Please try to replace code above to the following
.row-count-4 .product:nth-child(4n+1) {
clear: none !important;
}
Regards,
Robert Hall
is okay
Thanks
Manos
Hello,
You are welcome.
Regards,
Eva Kemp.
The issue related to '‘Products per row’' has been successfully resolved, and the topic is now closed for further responses