Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the rank-math-pro domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/taynamvn/domains/taynamsolution.vn/public_html/wp-includes/functions.php on line 6114
Cách thêm khoảng cách giữa slider trong thư viện Slick Js - Tây Nam Solutions

Cách thêm khoảng cách giữa slider trong thư viện Slick Js

Slick là thư viện javascript dùng để làm slideshow trong việc thiết kế website. – How to add Spaces between Slick carousel item

Tham khảo tài liệu và download thư viện Slick tại đây

Nhưng có 1 điều là slick khi ta thiết kế thì chúng luôn dính vào nhau, không có khoảng cách giữa 2 slide

để cho chúng cách nhau ra một khoảng trắng. Chúng ta thêm đoạn css sao vào code.

[css]
/* the slides */
.slick-slide {
margin: 0 27px;
}
/* the parent */
.slick-list {
margin: 0 -27px;
}
[/css]

Bạn có thắc mắc gì về cách sử dụng Slick Carousel Slider liên hệ với chúng tôi