Quote Originally Posted by balihr View Post
Yeah, with Owl Carousel being responsive, it automatically adapts width of the individual item to the size of the container and number of items displayed.

You can try adding a max-width setting in your includes/templates/YOUR_TEMPLATE/css/index_home.css
Code:
.sliderItem {
    max-width: 200px;
    margin: 0 auto;
}
Of course, change the 200 to what you seem fit.
OUCH! Hummm, ok! Lets see how badly I can break my home page. Copy, copy, copy. I assume this is new code, not a replacement, so this (I think) is my first exposure to (somewhat) starting something and I best well copy that file many times just in case. Itsa gonna be a cool lesson- To the Batcave Robin!