Home Forums Basel support forum How can I change all my products to have the same height in the shopping page.

How can I change all my products to have the same height in the shopping page.

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #66563

    HI,

    I want to know how can I make that all the products be in the same height because it makes the store look bad.

    #66567

    here is a photo

    Attachments:
    You must be logged in to view attached files.
    #66582

    Artem Temos
    Keymaster

    Hi,

    Try to add the following code snippet to the Custom CSS area in Theme Settings to make all titles have the same height

    .product-grid-item .product-title {
    	min-height:40px;
    }

    Regards

    #66631

    THANK YOU SO MUCH

    #66652

    Artem Temos
    Keymaster

    You are welcome.

Viewing 5 posts - 1 through 5 (of 5 total)