I cannot find a field to set the number of visable items on the views setting screen
Me neither.
Would be a nice feature!
Found it can be very easily done in CSS.
Just add:
.jcarousel-skin-tango .jcarousel-container-horizontal { width: 85%; }
.jcarousel-skin-tango .jcarousel-clip-horizontal { width: 100%; }
to your local.css file
Thanks splash112
Your solution helped me to display more items. The skin.css in that particular theme folder need to be patched as you said.
better try not to edit core/module or other files you might want to update later.
most themes now support a local.css file. There you can put extra css where it will not be overwritten when you update your theme to ea newer version.
Good luck!
Subscribing.
Comments
Comment #1
splash112 commentedMe neither.
Would be a nice feature!
Comment #2
splash112 commentedFound it can be very easily done in CSS.
Just add:
.jcarousel-skin-tango
.jcarousel-container-horizontal {
width: 85%;
}
.jcarousel-skin-tango
.jcarousel-clip-horizontal {
width: 100%;
}
to your local.css file
Comment #3
ragavendra_bn commentedThanks splash112
Your solution helped me to display more items. The skin.css in that particular theme folder need to be patched as you said.
Comment #4
splash112 commentedbetter try not to edit core/module or other files you might want to update later.
most themes now support a local.css file. There you can put extra css where it will not be overwritten when you update your theme to ea newer version.
Good luck!
Comment #5
cyberwolf commentedSubscribing.