Hi,
To better illustrate, I changed the size of 2 of the images in your demo.
Please see new screenshot
I know by uploading the same size images or force the image size, it will be fine, but this is not possible with my products.
thank you
Hi @schalkjoubert,
Really for the delay!
The products are not aligned due to the different sizes of the product image. Make all the images the same size to align the products in the same line.
Thank you very much!
Hi,
This seems to help, but it may cause issues elsewhere, ie with responsive mode.
.slick-track {
display: flex !important;
}
.slick-track .slick-slide {
display: flex !important;
height: auto !important;
align-items: flex-end !important;
justify-content: center !important;
}