S
S
Smeecy Smeecy2019-08-02 11:50:46
css
Smeecy Smeecy, 2019-08-02 11:50:46

Why is the right border of the slide missing?

Why is the right border of the slide missing?
Example , section Our partners.

Answer the question

In order to leave comments, you need to log in

4 answer(s)
A
azaza, 2019-08-02
@natojezlo

because

.slick-list {
    overflow-x: hidden;
}

D
Dmitry Arushanov, 2019-08-02
@daruwanov

Lack of 1px
try

.unit-wrapper {
width: 1407px; // old-value- 1406px
}

A
Aleksandr, 2019-08-02
@Sashjkeee

.slick-list {
    margin-right: -1px; // зачем это свойство у вас?
}

T
tyzberd, 2019-08-02
@tyzberd

make the width 100% and add some padding. You have a width of 93% of the integer screen width, so sometimes you get fractional values.

.slider {
    width: 100%;
    padding: 0 30px;
    margin: 0 auto;
}

then correct the arrows right, left

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question