O
O
Olga2018-12-10 01:06:43
css
Olga, 2018-12-10 01:06:43

How to move the arrows away from the blocks?

Goodnight!
It is not possible to move the blocks away from the arrows, the text creeps on them. How can you move them away? In the settings of the slider itself, it is worth displaying 3 blocks at this screen resolution
Thank you in advance!
5c0d91c9840b9710766319.png

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
Ankhena, 2018-12-10
@Ankhena

Open the code inspector and see how the arrows are positioned.
Change to something like left: -40px and right: -40px

.slick-prev {
    left: -40px;
}
.slick-next {
    right: -40px;
}

B
borisek, 2018-12-10
@borisek

Try like this:

.slick-slide {
    margin: 0 30px;
}
.slick-list {
    margin: 0 -30px;
}

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question