Hello
Excuse me that i am adding my question to this post, but i think my question is exactly the same.
I want to show the three last blog posts in a blog-carousel on my landing page. In the carousel-options of the item, i set the number of items to display to three. But on the page, the columns there are four columns shown with only three filled by my post.
When i take a look at the item via Firebug, i can see that there are three post items with the class “span3” (no fourth item existing), but the class “span3” has the wrong width (width = 262px) to fill the whole row. The items should have a width of around 360px to fill the whole row.
Can i fix this in the options of the blog-carousel item or do i have to make changes in the css of the page?
– Sebastian