I have a slider. It shows three elements, but when there are two or one elements, then it centers them, and I need to be aligned to the left.
jQuery(function () {
    jQuery('.slider-blog').slick({
        arrows: false,
        dots: true,
        infinite: true,
        speed: 300,
        slidesToShow: 3,
        slidesToScroll: 1,  
      });
 });
This works .slick-track{ margin-left: 0; }
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With