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).
Somehow I am getting space from both side, I am trying to remove that.
/* the slides */
.slick-slide {
margin: 0 27px;
}
/* the parent */
.slick-list {
margin: 0 -27px;
}
This problem reported as issue (#582) on plugin's github, btw this solution mentioned there too, (https://github.com/kenwheeler/slick/issues/582)