How do I make my carousel full width on a mobile phone or small screen device? Any help would be greatly appreciated.
You can check out the code below, or directly on my CodePen - https://codepen.io/nurzamf-the-lessful/pen/ZEodKGO
3456
.contain { width: 100%; } .item { width:100%; color: white; display: block; }
$('#owl-carousel').owlCarousel({ loop: true, margin: 0, dots: true, nav: true, items: 2, })
Hope it's useful to you! ! !