Answer the question
In order to leave comments, you need to log in
How to position carousel buttons?
Hello, how to put the owl carousel arrows on the sides or in any other place?
Answer the question
In order to leave comments, you need to log in
.custom-owl-carousel .owl-nav [class*=owl-] {
position: absolute;
top: 50%;
transform: translateY(-50%);
margin-top: -20px;
}
.custom-owl-carousel .owl-nav button.owl-prev {
left: -24px;
}
.custom-owl-carousel .owl-nav button.owl-next {
right: -24px;
}
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question