How can i add space between owl item. add margin or padding between items. this is need to be responsive.can i add some gutter in to the jquery.
Just use margin like this in your function:
margin
$("#carousel").owlCarousel({ items : 4, margin: 20, autoHeight : true, });