Hi, thanks for the positive feedback – much appreciated!
No there is not an option to add a margin between slides in the plugin, but now that you bring it up I think its an option that should be available, so I will be looking to add it to the plugin soon – probably in version 1.3.
In the meantime you can use some CSS to achieve this:
#SLIDERID .owl-item > div {
margin:0px 10px;
}
(substitute ‘#SLIDERID’ with your slider ID – you will see this ID in the ‘Slider Style’ box)
If you click on ‘Appearance->Editor’ in the WordPress Dashboard, you will be able to insert the above CSS code here, at the bottom of the ‘style.css’ file. And change the ’10px’ to whatever value you want – this is 10 pixels left and right of each slide.