I cannot find a field to set the number of visable items on the views setting screen

Comments

splash112’s picture

Me neither.

Would be a nice feature!

splash112’s picture

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

ragavendra_bn’s picture

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.

splash112’s picture

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!

cyberwolf’s picture

Subscribing.