I am using views flexslider with configuration settings : Max items: 10 and Move: 5 items.
In this carousel mode the slides are all next to each other without a margin.
Can't figure out how to achieve a margin between the slides.
The Flexslider CSS file has a class: .carousel li {margin-right: 5px} , but this does not seem to work.

Comments

joshuautley’s picture

Try padding-right: 5px on the image tag (img).

That other one you mentioned is for something else (the right margin in the slide viewing area which just visually lets the viewer know there is another slide).

minorOffense’s picture

Status: Active » Closed (works as designed)