Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Bootstrap thumbnails problem Re: Bootstrap thumbnails problem

#127523
Paulie_D
Member

I think you might need to review the way Bootstrap goes about setting out rows and spans.

http://twitter.github.com/bootstrap/scaffolding.html#gridSystem

Assuming that a row is 12 columns wide you carousel has been set to span9 leaving three columns.

Once you have closed the span9 div your next element should be a span3 div. You can put what you like in it.