My slider is set up to display three elements, but I'm having trouble aligning one or two elements to the left instead of centering them.
jQuery(function () {
jQuery('.slider-blog').slick({
arrows: false,
dots: true,
infinite: true,
speed: 300,
slidesToShow: 3,
slidesToScroll: 1,
});
});