V
V
Vasily Khryagin2018-11-17 15:41:43
css
Vasily Khryagin, 2018-11-17 15:41:43

I use slick slider. And my sliders come out in pieces. How to fix?

5bf00c6c80c7e408923543.jpeg

here is the code
$(document).ready(function(){
$('.about-us__slider').slick({
vertical: true,
infinite: true,
slidesToShow: 3,
slidesToScroll: 1,
arrows: true,
prevArrow: ' arrow.png' ,
nextArrow: ' arrow.png'
});
});

Answer the question

In order to leave comments, you need to log in

1 answer(s)
P
p0_or4a, 2018-11-18
@podkudahka

Good evening!
I came across this when I gave the "father" of the slider a non-display, if you hide the slider, then try this css:
position: absolute;
top: 0;
z-index: -33;
visibility: hidden;
helped me, did not fall out in pieces

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question