Great module. Just getting my brain wrapped around it now but it went very easily from a standard view to a carousel. One issue that I can't seem to find a post concerning.
Character representation below of a carousel
[ this is the viewable area ]
(this is an image)
-this is the item/page select-
< shift left | shift right >
-1 2 3 4 5 6 7 8 9-
(image 1) [< (image 2) (image 3) (image 4) (image 5) >] (image 6) (image 7) (image 8) (image 9)
I am wanting to enlarge the available space for the viewable area. Can't find any css that seems to touch on it. No setting in the view settings for JCarousel. Looked at the js code; not much in the way of something that seemed to be addressing the view area there. Didn't look that deeply because we are not wanting to change it to the point where we can't update the module easily. Just looking for a clue here.
.jcarousel-skin-tango .jcarousel-container-horizontal {
height: 120px;
padding: 20px 40px;
width: 70%;
}
While using the tango skin I was able to make the frame fit better with a change to our style.css and over ride the existing tango skin css. The viewable area is still the same size and a bit off to the left of center. Does anyone have an idea that might give me the kitp I need?
Thanks in advance for any direction....