How do I enable show part of next slide?
SherifSharkawy opened this issue · 1 comments
SherifSharkawy commented
swypse commented
Hi!
Try add some css to li elements:
ul[rn-carousel] > li {
/* … */
left: 1em !important; /* set size of visible part of next slide here */
right: 1em !important; /* and here */
width: auto !important; /* if width is set to 100% */
}