#welelatedproducts .owl-item {
max-width: initial! important;
}
added
div.owl-wrapper div.owl-item {
max-width: 180px;
}
did not help..
.owl-wrapper {
width: 8800px;
left: 0px;
display: block;
transform: translate3d(-6400px, 0px, 0px);
transition: all 800ms ease 0s;
}
maybe this is the problem