Answer the question
In order to leave comments, you need to log in
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!
Answer the question
In order to leave comments, you need to log in
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;
}
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question