Owl Carousel Mobile Issues
User $("#owl-carousel-grid").owlCarousel({ loop: false, margin: 30, responsive: { 0: { items: 1.2, // 1 column for mobile nav: false, // Hide nav arrows on tablets dots: true }, 768: { items: 1.3, // 2 columns for tablets nav: false, // Hide nav arrows on tablets dots: true }, 1024: { items: 3 // 3 columns […]