How add spaces between Slick carousel item

  /* 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)

Leave a Comment