Any reason why a carousel is not responsive in Edge or Chrome but it is still responsive in IE11. On its own the carousel follows responsive design and reacts to changes of the windows size. As soon as a banner is placed above the carousel both the banner and carousel are not responsive. Their size does not change and it is fixed. In IE11 the banner and carousel resize as desired with the windows size.
owlCarousel version is 2.1.6
$('.owl-carousel-1').owlCarousel({
loop:true,
margin:10,
navText:['<','>'],
autoplay:false,
autoplaySpeed:1000,
autoplayHoverPause:false,
responsiveClass:true,
responsiveBaseElement:window,
responsiveRefreshRate:100,
responsive:{
0:{
items:1,
nav:true
},
600:{
items:2,
nav:true
},
1000:{
items:3,
nav:true
}
}
});