I want to add space between two slick carousel items, but not want the space with padding, because it\'s reducing my element size(and I don\'t want that).
Just fix css:
/* the slides */ .slick-slider { overflow: hidden; } /* the parent */ .slick-list { margin: 0 -9px; } /* item */ .item{ padding: 0 9px; }