Hi,
You’ll have to add styles for it in your theme’s css.
I didn’t really get if you want to add it for individual items or the whole carousel, but something like this should work:
.owl-carousel { padding-right: 30px }
or
.owl-item { padding-right: 30px }
or to target a specific carousel
#owl-craousel-ID { padding-right: 30px }