Hi nikolasf,
You can create and add the following CSS code to the /templates/ja_shoe/css/custom.css file:
.acm-slideshow {
padding-left: 0 !important;
padding-right: 0 !important;
}
.acm-slideshow .owl-carousel .owl-nav > div {
right: auto;
left: 0;
}
div.acm-slideshow .owl-carousel .owl-nav > div.owl-next {
left: auto;
right: 0;
}