Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter Schalk Joubert

    (@schalkjoubert)

    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

    Plugin Author ShapedPlugin LLC

    (@shapedplugin)

    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!

    Thread Starter Schalk Joubert

    (@schalkjoubert)

    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;
    }
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Bottom Align Products in Slider/Carousel’ is closed to new replies.