Always 4 albums within scroller

0
I've played with the skin.css and am able to manipulate the scroller for the most part to what I want.
What I continue to be unclear on, is how to vary the number of albums visible within the scroller. It is always 4. If I make the albums significantly smaller, all it does is add more space between them. But, it always displays 4.

Thanks,
John
Responses (3)
  • Accepted Answer

    Friday, January 08 2010, 11:18 PM - #Permalink
    0
    Its all CSS. You hav to decrease the width if the LI element. For instance, if the container widths 800px and each LI widths 200px, there will be four visible. If you decrease li width to 100, eight will be visible
    The reply is currently minimized Show
  • Accepted Answer

    Friday, January 08 2010, 11:30 PM - #Permalink
    0
    Thanks for your quick reply.
    This may be part of the problem.
    I hear you reference the li elements in multiple posts.
    However, the skin.css file that I just got within the last two days, does not have any li elements within it.

    Thanks,
    John
    The reply is currently minimized Show
  • Accepted Answer

    Saturday, January 09 2010, 05:04 PM - #Permalink
    0
    it's the one with class .jcarousel_item

    this is the LI element
    The reply is currently minimized Show
Your Reply