One of the websites I work on has a few jCarousel sliders each inside their own accordion boxes. ( Click the coloured bar to open a section to see the horizontal carousel )
http://mememotion.tv/
Problem: When you resize the browser window smaller, then larger again, something happens to the css. The videos are now pushed up against each other in a vertical style.
Is there anything css wise i can do to make sure the look of the horizontal pane are kept even if the browser window is resized.
Site Spec:
– jCarousel
– WordPress 3
it appears it’s the
<ul class="jcarousel-list jcarousel-list-horizontal">width which change to 240px while it must keep > 3000px.You can fix it using
.jcarousel-list.jcarousel-list-horizontal { width:3000px !important;}but it’s not very clean…I think it’s more a problem with JCarousel.