Answer the question
In order to leave comments, you need to log in
Why does Owl Carousel slides jump to a new line?
I'm using the Owl Carousel v2.3.4 plugin. Some users complain that the slides jump to a new line:
The code is standard:
$('.block-list').owlCarousel({
loop: false,
margin: 10,
nav: true,
pagination : false,
autoWidth:true,
dots: false,
navText: ['<span class="fa fa-chevron-left"></span>','<span class="fa fa-chevron-right"></span>'],
});
.owl-stage {
display: flex;
justify-content: space-between;
}
Answer the question
In order to leave comments, you need to log in
Two options are possible
1) owl.carousel.min.css is not included
2) the structure of the carousel is broken, check nesting of blocks and classes
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question