M
M
Maxim Guido2020-05-15 09:42:41
css
Maxim Guido, 2020-05-15 09:42:41

Slide width in slick slider?

Connected slick slider with standard css styles, as a result column height broke, repaired like this:

.slick-track {
display: flex;
}
.slick-track .slick-slide {
display: flex;
height: auto;
}

now another width slider is broken, the image is set as a background

5ebe39dc7b4f1177006538.png

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
drawnofmymind, 2020-05-15
@drawnofmymind

well, it's hard without code,
try width:100% !important

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question