Equal height of products displayed in products category

This topic has 2 replies, 2 voices, and was last updated 3 years, 2 months ago ago by Olga Barlow

  • Avatar: Cr3atorf1lm
    Cr3atorf1lm
    Participant
    February 10, 2021 at 14:36

    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

    1 Answer
    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    February 10, 2021 at 22:22

    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

  • Viewing 2 results - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.