Active
Project:
Views carousel
Version:
6.x-2.x-dev
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
8 Aug 2009 at 06:30 UTC
Updated:
3 Jun 2010 at 12:48 UTC
I cannot find a field to set the number of visable items on the views setting screen
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.