Slick Slider Space Between Slides Code Example


Example 1: slick margin between slides


/* the slides */
.slick-slide {
margin: 0 26px;
}
/* the parent */
.slick-list {
margin: 0 -26px;
}

Example 2: how to make distance betwwen corosel transition


/* the slides */
.slick-slide {
margin: 0 10px;
}
/* the parent */
.slick-list {
margin: 0 -10px;
}

Comments

Popular posts from this blog

Converting A String To Int In Groovy

"Cannot Create Cache Directory /home//.composer/cache/repo/https---packagist.org/, Or Directory Is Not Writable. Proceeding Without Cache"

Android How Can I Convert A String To A Editable