Hi,
we use the carousel module for displaying manufacturer's logos... But how can you change the display, so it will display 3 images only at once, and not 6 like now?
Sadly unable to find such an option. Do I have to change the template? But this module is a default one, no?
Thank you!
Any clue how to add a margin to each image? Found these setting "margin", but doesn't seem to work:
https://owlcarousel2.github.io/OwlCarou ... width.html
Any clue how to add a margin to each image? Found these setting "margin", but doesn't seem to work:
https://owlcarousel2.github.io/OwlCarou ... width.html
You can do this in catalog/view/javascript/jquery/owl-carousel/owl.carousel.css in
Just be aware that this will also change the slideshow if you have it enabled
Code: Select all
.owl-carousel .owl-item {
float: left;
}
Thanks.
I now overloaded the carousel CSS in a custom css file. Defined the spacing for 3 states of a responsive design and set the number of visible images to 3.
The only problem now left is: In the middle state, the carousel suddenly displays 4 images
Not so in the largest and smallest state though.
Very strange... Any idea?
I now overloaded the carousel CSS in a custom css file. Defined the spacing for 3 states of a responsive design and set the number of visible images to 3.
The only problem now left is: In the middle state, the carousel suddenly displays 4 images

Very strange... Any idea?
Who is online
Users browsing this forum: No registered users and 2 guests