This topic has 6 replies, 4 voices, and was last updated 9 years, 3 months ago ago by Jack Richardson
Hi,
Im making a website with the Legende theme right now and I stumbled against a problem. On my page I want my WooCommerce categories to show and the best selling products. This works totally fine, but I want to have 4 columns of them both. The standard is 3 columns and whatever I try it won’t change. When I click the element you can choose the amount of columns but it just doesn’t work.
Does someone has a solution for this?
Thanks!
Hello,
would you kindly provide us with admin credentials for your site in private content?
We will check this issue.
Regards,
Stan Russell.
Here you go.
Thanks for the help
Hello,
As I see 4 products per row are shown on your Shop page. Please provide us with direct page link where you have issues.
Regards,
Eva Kemp.
Hi Eva,
The problem is the catagories above the 4 products. They won’t change to 4 columns.
Greetings,
Jordy
Hello,
Try to use this code in custom.css file:
.product-category:nth-child(3n+1) {
clear: none;
}
.product-category {
width: 23% !important;
}
How to create custom.css you can watch in this tutorial
Best regards,
Jack Richardson.
You must be logged in to reply to this topic.Log in/Sign up