Hey Team Kriesi,
What a brilliant theme, thank you so much!
I’ve created a page for products currently on sale in my woo-commerce store, However, the product boxes are much smaller on my sale page than on the category pages. How do I fix this so that the product boxes are the same size as on the category pages, please?
I am using a short code to add the on sale products to the sale page.
Many thanks in advance,
Hey Ben,
Please try the following in Quick CSS under Enfold->General Styling:
.products .product.columns-3 {
width: 32.5%;
}
Best regards,
Rikard
Hi,
Please try this instead:
.columns-3 .product {
width: 32.5%;
}
Best regards,
Rikard
Hi,
I added the CSS for you, and it’s applying. Please review your site.
Best regards,
Rikard
Amazing; thank you so much, Rikard. Good work!