Active
Project:
jCarousel
Version:
7.x-2.6
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
30 Dec 2011 at 19:31 UTC
Updated:
30 Dec 2011 at 19:51 UTC
Hi,
I changed the css inside my theme to apply a custom theme to the proportions of the default theme.
The view with the default skin is working ok, but when i try to edit the width, i get one item being skipped at the first jump of carrousel. If i go until the end and then came back, this item appears.
With 4 items, everything works fine. With 5 or 6 the problem appears.
Any reason why it's happening?
.jcarousel-skin-default .jcarousel-container-horizontal {
width: 896px;
height: 427px;
margin:0;
padding:0
}
.jcarousel-skin-default .jcarousel-clip-horizontal {
width: 896px;
padding-top: 4px;
}
.jcarousel-skin-default .jcarousel-item {
width: 448px;
height: 421px;
border:0 none;
}
.jcarousel-skin-default .jcarousel-item-horizontal {
margin: 0;
}
Thanks
Comments
Comment #1
carvalhar commentedI'm not sure if it's a theme issue or not anymore.
I could fix it by configuring 'Scroll' at views jcarrousel settings.
Comment #1.0
carvalhar commentedcomplemeting