D
D
Dmitry Degtyarev2019-09-08 20:51:37
Slider
Dmitry Degtyarev, 2019-09-08 20:51:37

How can I implement a responsive slider?

Hello, please tell me how to implement adaptability on this slider. I tried to do it myself, but everything seems to work out, but I can’t figure it out with the buttons.
Link: https://codepen.io/kocsten/pen/qBWxxWP

Answer the question

In order to leave comments, you need to log in

1 answer(s)
W
WhiteBearDev, 2019-09-09
@WhiteBearDev

For the location of the buttons, write on

.main_slider .bx-controls-direction{
   max-width: 600px;
   width: 100%;
}

In order for the text to be correctly placed in the container, write on
.main_slider-wrp{
   max-width: 450px;
   width: 100%;
}

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question