I found an example I'm using at this link: I noticed that when I resize my BrowserWindow, the boxes start to shrink. However, when the width reaches about 990px, the single products are rearranged in a 4-block layout from the initial width. Is there a way to display only ONE product when the max-width is 990px? The current display doesn't look good to me. I'm new to this and not sure how to adjust the carousel to achieve the desired layout. THANK YOU SO MUCH FOR YOUR ASSISTANCE!
UPDATE: Here is the link to my fiddle:
`http://jsfiddle.net/bGwXd/`
In the fiddle, when you enlarge the RESULT-BLOCK, you will see the initial view with 4 products in a horizontal line. As you make it smaller, the products are displayed in a vertical line. I am looking to have only one product displayed in the vertical line for navigation on the left and right.