This topic has 2 replies, 2 voices, and was last updated 3 years, 9 months ago ago by Olga Barlow
Hi there
1. I need to have the products in the category page be displayed on the same height
now they do not
https://timeonline.gr/product-category/%ce%b3%cf%85%ce%bd%ce%b1%ce%b9%ce%ba%ce%b5%ce%b9%ce%b1-%ce%ba%ce%bf%cf%83%ce%bc%ce%b7%ce%bc%ce%b1%cf%84%ce%b1-ania-haie/
2. also the filters on the same pageonce htey are chosen cannot be disregarded. You need to refresh the page
Please advices
thanx
Hello,
1) Add the below code to Theme Options > Custom CSS
.content-product .product-content-image img {
width: auto;
max-height: 250px;
}
.content-product .product-content-image {
min-height: 250px;
max-height: 250px;
}
.content-product .product-title a {
line-height: 2.5ex;
min-height: 5ex;
}
2) Try to add Active filters widget to the shop sidebar.
Regards
You must be logged in to reply to this topic.Log in/Sign up