Home › Forums › CSS › Bootstrap thumbnails problem › Re: Bootstrap thumbnails problem
March 8, 2013 at 3:44 pm
#127523
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.