Hello,
This is Definitely Possible! Please find the following code:
jQuery(document).ready(function($) {
var ocFbox = $("#oc-fbox");
ocFbox.owlCarousel({
margin: 40,
nav: true,
navText: ['',''],
autoplay: false,
autoplayHoverPause: true,
dots: false,
responsive:{
0:{ items:1 },
600:{ items:2 },
1000:{ items:3 }
}
});
});
and replace it with:
jQuery(document).ready(function($) {
var ocFbox = $("#oc-fbox");
ocFbox.owlCarousel({
margin: 40,
nav: true,
navText: ['',''],
autoplay: false,
autoplayHoverPause: true,
dots: false,
responsive:{
0:{ items:1 },
600:{ items:2 },
1000:{ items:4 }
}
});
});
This will definitely work fine.
Additionally, it is recommended that you Update your Website to the Latest Version of Canvas for much Easier Codes and Best Compatibility.
Let us know if we can help you with anything else or if you find any further issues.