Hi I have this slick slider that I’ve adapted for mobile to display 1.5 products. I modified the script in this part:
{
breakpoint: 320,
arrows: itemArrowsMb,
dots: itemDotsMb,
settings: {
slidesToShow: 1.5,
slidesToScroll: 1
}
}
However, now it cuts the first product shown in half and leaves the second one in full. I want this to be opposite, to display the first one in full and second one in half so it indicates to users to swipe for more products. I want this to work only for mobile.
My preview is: https://c1hs8llidtfwgg4o-26608304175.shopifypreview.com

